This is the mail archive of the binutils@sourceware.org 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]

Re: [PATCH] Fix objdump -p not to truncate 64-bit values


Alan Modra writes:
> No mips-elf.exp patch attached?  Please ensure you only run the new
> test on mips targets that have 64-bit support.

Oops, sorry.

It is guarded by $has_newabi which is 64-bit only.  Anyway here it is:

Index: ld/testsuite/ld-mips-elf/mips-elf.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-mips-elf/mips-elf.exp,v
retrieving revision 1.51
diff -F^\([(a-zA-Z0-9_]\|#define\) -u -p -r1.51 mips-elf.exp
--- ld/testsuite/ld-mips-elf/mips-elf.exp	17 Mar 2008 18:45:35 -0000	1.51
+++ ld/testsuite/ld-mips-elf/mips-elf.exp	21 Mar 2008 01:22:15 -0000
@@ -154,6 +154,7 @@ if { $linux_gnu } {
     run_dump_test "got-page-1"
     if $has_newabi {
 	run_dump_test "got-page-2"
+	run_dump_test "dyn-sec64"
     }
     run_dump_test "got-page-3"
 }


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