diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-20 21:51:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-20 21:51:00 +0000 |
commit | 0dfeb41faaba01e5a111c3cbef0c1f2719c8622e (patch) | |
tree | 70001a73d9a19671d27ae4c9bf4810ce227159d3 | |
parent | ac388f2a39904e6d7b48727a42e78e0bb18be430 (diff) | |
download | gdb-0dfeb41faaba01e5a111c3cbef0c1f2719c8622e.zip gdb-0dfeb41faaba01e5a111c3cbef0c1f2719c8622e.tar.gz gdb-0dfeb41faaba01e5a111c3cbef0c1f2719c8622e.tar.bz2 |
Thu Mar 20 16:49:14 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* config/tc-m68k.c (mri_chip): Replace calls to get_symbol_end by
open coded loop that does not require the name to start with a
name beginner.
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5512745..34801e1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Thu Mar 20 16:49:14 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * config/tc-m68k.c (mri_chip): Replace calls to get_symbol_end by + open coded loop that does not require the name to start with a + name beginner. + Thu Mar 20 13:42:01 1997 H.J. Lu <hjl@lucon.org> * frags.c (frag_var): Change offset parameter to offsetT. |