diff options
author | Nick Clifton <nickc@redhat.com> | 2002-02-20 10:32:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-02-20 10:32:47 +0000 |
commit | 2c71103e614345f18b8cefade8e41989a68f35a0 (patch) | |
tree | 1687dac87c8f676abeb2ac0353c130eb268e168b /binutils/testsuite/binutils-all | |
parent | 6a7f963b841e9b87fb633e6829797ee4514d316c (diff) | |
download | gdb-2c71103e614345f18b8cefade8e41989a68f35a0.zip gdb-2c71103e614345f18b8cefade8e41989a68f35a0.tar.gz gdb-2c71103e614345f18b8cefade8e41989a68f35a0.tar.bz2 |
Display 2nd and 3rd reloc types for 64-bit MIPS.
Narrow some fields for 80-char output.
Diffstat (limited to 'binutils/testsuite/binutils-all')
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.r | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.r-64 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/binutils/testsuite/binutils-all/readelf.r b/binutils/testsuite/binutils-all/readelf.r index 812b888..689049f 100644 --- a/binutils/testsuite/binutils-all/readelf.r +++ b/binutils/testsuite/binutils-all/readelf.r @@ -1,4 +1,4 @@ Relocation section '.rel.*text' at offset 0x.* contains 1 entries: - Offset Info Type Symbol's Value Symbol's Name.* -00000004 [0-9A-Fa-f]+ *R_.*00000000 external_symbol.* + Offset Info Type Sym.Value Sym. Name.* +00000004 [0-9A-Fa-f]+ *R_.*00000000 external_symbol.* diff --git a/binutils/testsuite/binutils-all/readelf.r-64 b/binutils/testsuite/binutils-all/readelf.r-64 index 086365a..3e3b0a4 100644 --- a/binutils/testsuite/binutils-all/readelf.r-64 +++ b/binutils/testsuite/binutils-all/readelf.r-64 @@ -1,4 +1,4 @@ Relocation section '.rel.*text' at offset 0x.* contains 1 entries: - Offset Info Type Symbol's Value Symbol's Name.* -0000000000000004 [0-9A-Fa-f]+ *R_.*0000000000000000 external_symbol.* + Offset Info Type Sym. Value Sym. Name.* +0+04 [0-9A-Fa-f]+ *R_.*0+00 external_symbol.* |