diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2001-11-01 09:56:17 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2001-11-01 09:56:17 +0000 |
commit | 4fe7ef963907aafdb4e47bce11f8d1ca49a6bd5e (patch) | |
tree | 2956f5962aab32017fd34a203ab6caa4e6796b81 /gas/ChangeLog | |
parent | 5d45665a8f7a0cb696cddfb2afe85ad4009e5506 (diff) | |
download | gdb-4fe7ef963907aafdb4e47bce11f8d1ca49a6bd5e.zip gdb-4fe7ef963907aafdb4e47bce11f8d1ca49a6bd5e.tar.gz gdb-4fe7ef963907aafdb4e47bce11f8d1ca49a6bd5e.tar.bz2 |
* config/tc-m68hc11.c (build_jump_insn): Allocate worst case storage
for bra/bsr and use frag_variant(), this ensure that the possible
16-bit BFD_RELOC_16 will be in the same frag.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 110b5fb..c279bb0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr> + + * config/tc-m68hc11.c (build_jump_insn): Allocate worst case storage + for bra/bsr and use frag_variant(), this ensure that the possible + 16-bit BFD_RELOC_16 will be in the same frag. + 2001-10-31 Chris Demetriou <cgd@broadcom.com> * config/tc-mips.c (HAVE_32BIT_ADDRESSES): If compiling embedded |