]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-xtensa.c
* write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.
authorAlan Modra <amodra@gmail.com>
Thu, 1 Feb 2007 14:12:20 +0000 (14:12 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 1 Feb 2007 14:12:20 +0000 (14:12 +0000)
commit20ee54e8179d55eb972076578d9642dabd8abff8
tree9681c4092663a2cea7325ca06c44ae58e790b0b9
parenteffdf42a7b31e55a7dc98137519cfacfbf400533
* write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.
(struct fix <fx_plt>): Rename to tcbit2.
* write.c (fix_new_internal): Adjust.
(TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
* config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
* config/tc-cris.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
* config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
* config/tc-i960.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
* config/tc-sh.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
* config/tc-sh64.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
* config/tc-sparc.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
* config/tc-msp430.c (msp430_force_relocation_local): Likewise.
* config/tc-ia64.c (emit_one_bundle): Don't set fx_plt.
* config/tc-ia64.h (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
Instead, compare fx_r_type.
* config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Use
fx_tcbit in place of fx_plt.
* config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Define.
* doc/internals.texi (TC_FORCE_RELOCATION_LOCAL): Remove reference
to fx_plt.
16 files changed:
gas/ChangeLog
gas/config/tc-arm.h
gas/config/tc-cris.h
gas/config/tc-i386.h
gas/config/tc-i960.h
gas/config/tc-ia64.c
gas/config/tc-ia64.h
gas/config/tc-msp430.c
gas/config/tc-sh.h
gas/config/tc-sh64.h
gas/config/tc-sparc.h
gas/config/tc-xtensa.c
gas/config/tc-xtensa.h
gas/doc/internals.texi
gas/write.c
gas/write.h