This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

patch: testsuite/binutils-all/readelf.s-64 fixes




not sure when this test broke, but with this patch, it matches the
current output of readelf -S on 64 bit platforms.


.mrg.


[binutils/testsuite/ChangeLog]
2001-01-14  matthew green  <mrg@redhat.com>

	* binutils-all/readelf.s-64: Match readelf -S output.

  
Index: binutils-all/readelf.s-64
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/readelf.s-64,v
retrieving revision 1.1
diff -p -r1.1 readelf.s-64
*** readelf.s-64	2000/06/14 01:21:35	1.1
--- readelf.s-64	2001/01/14 02:31:02
*************** Section Headers:
*** 19,24 ****
         0+.*  0000000000000018           7     6     8
    \[ 7\] .strtab           STRTAB           0000000000000000  0+.*
         0+.*  0000000000000000           0     0     1
! Key to Flags: W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
!               I \(info\), L \(link order\), O \(extra OS processing required\)
!               o \(os specific\), p \(processor specific\) x \(unknown\)
--- 19,25 ----
         0+.*  0000000000000018           7     6     8
    \[ 7\] .strtab           STRTAB           0000000000000000  0+.*
         0+.*  0000000000000000           0     0     1
! Key to Flags:
!   W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
!   I \(info\), L \(link order\), G \(group\), x \(unknown\)
!   O \(extra OS processing required\) o \(OS specific\), p \(processor specific\)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]