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

Adam Nemet anemet@caviumnetworks.com
Fri Mar 21 01:26:00 GMT 2008


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"
 }



More information about the Binutils mailing list