diff options
author | Eric Christopher <echristo@gmail.com> | 2002-04-22 21:21:06 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2002-04-22 21:21:06 +0000 |
commit | 80cc45a581bf087fc2c9b25461f423885243b874 (patch) | |
tree | ea52b5f2032aee1b413ecd0736e1086254915d41 /gas/ChangeLog | |
parent | ff970196bd5561eb16b271a0947ea1919186c377 (diff) | |
download | fsf-binutils-gdb-80cc45a581bf087fc2c9b25461f423885243b874.zip fsf-binutils-gdb-80cc45a581bf087fc2c9b25461f423885243b874.tar.gz fsf-binutils-gdb-80cc45a581bf087fc2c9b25461f423885243b874.tar.bz2 |
2002-04-22 Eric Christopher <echristo@redhat.com>
* config/tc-mips.c: Add warning if macro instructions are expanded
into a branch delay slot.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 278ea24..3d98f1c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-04-22 Eric Christopher <echristo@redhat.com> + + * config/tc-mips.c: Add warning if macro instructions are expanded + into a branch delay slot. + 2002-04-17 Geoffrey Keating <geoffk@redhat.com> * dwarf2dbg.c (dwarf2_gen_line_info): Do emit duplicate line @@ -14,7 +19,7 @@ 2002-04-15 Tom Rix <trix@redhat.com> - * config/tc-d10v.c (d10v_fix_adjustable): Prevent adjustments to + * config/tc-d10v.c (d10v_fix_adjustable): Prevent adjustments to symbols in merge sections. 2002-04-11 Richard Sandiford <rsandifo@redhat.com> @@ -65,7 +70,7 @@ Tue Apr 9 16:45:48 2002 J"orn Rennecke <joern.rennecke@superh.com> Tom Rix <trix@redhat.com> From Jeff Knaggs <jknaggs@redhat.com> - * config/tc-d10v.c (check_resource_conflict): New function to + * config/tc-d10v.c (check_resource_conflict): New function to check for resource conflicts. From Jason Eckhardt <jle@redhat.com> |