diff options
author | Catherine Moore <clm@redhat.com> | 1998-04-01 16:53:51 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 1998-04-01 16:53:51 +0000 |
commit | cb720e4fb67d267420d59112e0ded4240ab63bb2 (patch) | |
tree | f569af45035d35a085364816b0fcdc13a01f39ca /gas | |
parent | 197de3bac909daf084c2375fa3099e04a578f281 (diff) | |
download | gdb-cb720e4fb67d267420d59112e0ded4240ab63bb2.zip gdb-cb720e4fb67d267420d59112e0ded4240ab63bb2.tar.gz gdb-cb720e4fb67d267420d59112e0ded4240ab63bb2.tar.bz2 |
Mods to generate RELA style relocations instead
of REL style.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d7467f5..9880b1d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -69,6 +69,7 @@ Sat Mar 28 22:28:02 1998 Ian Lance Taylor <ian@cygnus.com> * config/tc-sparc.c (sparc_memory_model): Only define if OBJ_ELF. * config/tc-sparc.c (tc_gen_reloc): Add return to default case. + Fri Mar 27 12:46:47 1998 Ian Lance Taylor <ian@cygnus.com> * config/tc-m68k.c (m68k_ip): Check legal addressing modes for @@ -76,6 +77,10 @@ Fri Mar 27 12:46:47 1998 Ian Lance Taylor <ian@cygnus.com> (m68k_init_after_args): Likewise. (md_estimate_size_before_relax): Likewise. +Fri Mar 27 10:30:01 1998 Catherine Moore <clm@cygnus.com> + * config/tc-v850.c (md_assemble): Store relocation + addend in fixup instead of instruction. + Thu Mar 26 23:07:18 1998 Alan Modra <alan@spri.levels.unisa.edu.au> * config/tc-i386.c (md_assemble): Swap template arguments to |