https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97355

--- Comment #6 from dave.anglin at bell dot net ---
On 2020-10-15 3:58 p.m., jakub at gcc dot gnu.org wrote:
> So, how do they differ?  The comparison should be ignoring debug sections...
It looks like the .s file name is in object:

dave@atlas:~/gnu/gcc/objdir$ od -c ./stage3-gcc/ada/get_targ.o > get_targ.o-od3
dave@atlas:~/gnu/gcc/objdir$ od -c ./stage2-gcc/ada/get_targ.o > get_targ.o-od2
dave@atlas:~/gnu/gcc/objdir$ diff -u get_targ.o-od2 get_targ.o-od3
--- get_targ.o-od2      2020-10-15 16:08:17.703062592 -0400
+++ get_targ.o-od3      2020-10-15 16:08:09.323143051 -0400
@@ -234,7 +234,7 @@
 0007220   t   -   i   n   >  \0  \0  \0  \0   t   y   p   e   s   .   a
 0007240   d   s  \0 002  \0  \0   g   e   t   _   t   a   r   g   .   a
 0007260   d   s  \0 002  \0  \0   e   i   n   f   o   .   a   d   s  \0
-0007300 002  \0  \0   c   c   w   T   W   7   T   P   .   s  \0 001  \0
+0007300 002  \0  \0   c   c   F   z   K   X   f   J   .   s  \0 001  \0
 0007320  \0  \0  \0 005 002  \0  \0  \0  \0 003 016 001 005 004 003 026
 0007340     001 005 016   3 005  \b   / 005 004   B 005 016   3 005  \b
 0007360   / 005 004   B 005 016   3 005  \b   / 005 004   B 005 016   3

Reply via email to