diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-04-12 14:40:14 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-04-12 14:40:14 +0000 |
commit | 5d57a66b5a5171e254c45849e811ac6a7f577356 (patch) | |
tree | feab275729a154db96d3dcf3abb833ace1dd79c4 /gas | |
parent | 88a5c3fc6b59ce13ed3f1c74c6fddf197616e561 (diff) | |
download | gdb-5d57a66b5a5171e254c45849e811ac6a7f577356.zip gdb-5d57a66b5a5171e254c45849e811ac6a7f577356.tar.gz gdb-5d57a66b5a5171e254c45849e811ac6a7f577356.tar.bz2 |
ARC stuff.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2575658..cd35c52 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +start-sanitize-arc +Wed Apr 12 07:35:44 1995 Doug Evans <dje@canuck.cygnus.com> + + * config/tc-arc.c (delay_slot_type): New function. + (md_assemble): Use hashed list of insns. + Print warning if 8 byte insn appears in delay slot. + (md_operand): Handle %st(sym1-sym2). + (get_arc_exp_reloc_type): Likewise. + (md_apply_fix, case BFD_RELOC_ARC_B26): Now using implicit addends + so must store them here. +end-sanitize-arc + Tue Apr 11 01:42:36 1995 Ken Raeburn <raeburn@cujo.cygnus.com> * configure.in: Require at least autoconf 2.3, because earlier |