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]
Other format: [Raw text]

Committed: Fix ld/testsuite/ld-cris/libdso-1


The address (now 0x212) isn't really the point of the test --
it's just a sanity check for presence of that symbol.  It has to
be an even address, though, and I think it shouldn't diverge too
much from the current.  I glanced at the "readelf -a" output and
noticed that .hash, .dynsym and .dynstr precede .text, so I
wrote it off as the result of some generic change without
further investigation.

	* ld-cris/libdso-1.d: Tweak for change in size of dynamic sections.

Index: libdso-1.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-cris/libdso-1.d,v
retrieving revision 1.1
diff -p -c -r1.1 libdso-1.d
*** libdso-1.d	31 Jan 2002 10:42:18 -0000	1.1
--- libdso-1.d	9 Jul 2002 00:39:33 -0000
***************
*** 9,13 ****
  
  DYNAMIC SYMBOL TABLE:
  #...
! 00000214 g    DF .text	00000000 dsofn
  #pass
--- 9,13 ----
  
  DYNAMIC SYMBOL TABLE:
  #...
! 000002.[2468ace] g    DF .text	00000000 dsofn
  #pass

brgds, H-P


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