On Wed, Jan 22, 2020 at 10:20:10AM +0000, Stuart Henderson wrote:
> On 2020/01/22 11:07, Martin Reindl wrote:
> > I've tested the folling diff and checked the libraries for changes with the
> > help of shared_libs.log. libopen-pal only has adress changes and libopen-rte
> > as a tiny symbol name changed - hence the minor bump. I've also fixed the 
> > orig version in the comments for the other libraries and sprinkled some @lib
> > markers in the PLIST while there.
> 
> I can't think about the fortran/gcc/clang bits at the moment but a quick 
> comment
> on this, "symbol name changed" sounds like "1 removed 1 added" which is a 
> major bump.

On closer inspection only adress changes - my bad:

--- /tmp/old-open-rte.so.1.0    Wed Jan 22 08:28:42 2020
+++ /tmp/new-open-rte.so.1.0    Wed Jan 22 08:28:42 2020
@@ -1,5 +1,5 @@
-0002c820 r CSWTCH.50
-0002c5c0 r CSWTCH.99
+0002c860 r CSWTCH.50
+0002c600 r CSWTCH.99
 000af9d0 T MPIR_Breakpoint
 000be700 B MPIR_attach_fifo
 000bef28 B MPIR_being_debugged
@@ -1332,7 +1332,7 @@
 00049680 T orte_util_print_vpids
 000498a0 T orte_util_snprintf_jobid
 00057eb0 T orte_util_uncompress_block
-0002cd9c R orte_version_string
+0002cddc R orte_version_string
 00000000 F orte_wait.c
 00045850 T orte_wait_cb
 00045b10 T orte_wait_cb_cancel
@@ -1628,22 +1628,22 @@
 000a3670 t write_help_msg
 0009f670 t xfer_cons
 0004b5e0 t xml_format
-0002a680 r yy_accept
-00029fc0 r yy_base
+0002a6c0 r yy_accept
+0002a000 r yy_base
 000bd620 b yy_buffer_stack
 000bd628 b yy_buffer_stack_max
 000bd630 b yy_buffer_stack_top
 000bd608 b yy_c_buf_p
-00029420 r yy_chk
-00029da0 r yy_def
+00029460 r yy_chk
+00029de0 r yy_def
 000bd5fc b yy_did_buffer_switch_on_eof
-0002a280 r yy_ec
+0002a2c0 r yy_ec
 0004e0e0 t yy_fatal_error
 000bd618 b yy_hold_char
 000bd604 b yy_init
 000bd5f0 b yy_last_accepting_cpos
 000bd5f8 b yy_last_accepting_state
-0002a1e0 r yy_meta
+0002a220 r yy_meta
 000bd610 b yy_n_chars
-000298e0 r yy_nxt
+00029920 r yy_nxt
 000bd600 b yy_start

Reply via email to