mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
c865e45b1b
* coff-rs6000.c (xcoff_howto_table): Change size to 0 and bitsize to 1. (_bfd_xcoff_reloc_type_lookup): Handle BFD_RELOC_NONE. * coff64-rs6000.c (xcoff64_howto_table): Change size to 0 and bitsize to 1. (xcoff64_reloc_type_lookup): Handle BFD_RELOC_NONE. gas/ * write.h (fix_at_start): Declare. * write.c (fix_new_internal): Add at_beginning parameter. Use it instead of REVERSE_SORT_RELOCS. Fix the handling of seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case. (fix_new, fix_new_exp): Update accordingly. (fix_at_start): New function. * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section. (ppc_ref): New function, for OBJ_XCOFF. (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF. * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef. gas/testsuite/ * gas/ppc/xcoff-ref-1.s, gas/ppc/xcoff-ref-1.l: New test. * gas/ppc/aix.exp: Run it. ld/testsuite/ * ld-powerpc/aix-ref-1-32.od, ld-powerpc/aix-ref-1-64.od, ld-powerpc/aix-ref-1.s: New tests. * ld-powerpc/aix52.exp: Run them.
31 lines
547 B
Plaintext
31 lines
547 B
Plaintext
|
|
.*
|
|
|
|
|
|
Disassembly of section \.text:
|
|
|
|
.* <foo1>:
|
|
.*: 60 00 00 00 oril r0,r0,0
|
|
.*: R_REF foo2\+.*
|
|
.*: 80 22 00 00 l r1,0\(r2\)
|
|
.*: R_TOC stuff\+.*
|
|
.*: 4e 80 00 20 br
|
|
|
|
.* <foo2>:
|
|
.*: 60 00 00 00 oril r0,r0,0
|
|
.*: R_REF foo6\+.*
|
|
.*: R_REF foo4\+.*
|
|
.*: 80 22 00 00 l r1,0\(r2\)
|
|
.*: R_TOC stuff\+.*
|
|
|
|
.* <foo4>:
|
|
.*: 60 00 00 00 oril r0,r0,0
|
|
.*: 80 22 00 00 l r1,0\(r2\)
|
|
.*: R_TOC stuff\+.*
|
|
|
|
.* <foo6>:
|
|
.*: 60 00 00 00 oril r0,r0,0
|
|
.*: 80 22 00 00 l r1,0\(r2\)
|
|
.*: R_TOC stuff\+.*
|
|
\.\.\.
|