diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-04-14 22:30:22 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-04-14 22:30:22 +0000 |
commit | d6f98c552b15e430f2a7e2fe38b111afa13a4dcf (patch) | |
tree | 4447029a2eca9acd69041e986c1458c9af0102fa /gas | |
parent | b3cd855535e3441ab8c14eb95571cca7cdaae992 (diff) | |
download | gdb-d6f98c552b15e430f2a7e2fe38b111afa13a4dcf.zip gdb-d6f98c552b15e430f2a7e2fe38b111afa13a4dcf.tar.gz gdb-d6f98c552b15e430f2a7e2fe38b111afa13a4dcf.tar.bz2 |
* expr.c (operand): Try to parse "0f" and "0b" sequences as floating point and
binary numbers respectively; if it doesn't work, treat them as local labels.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 24de610..efff1d7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Thu Apr 14 15:12:36 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * expr.c (operand): Try to parse "0f" and "0b" sequences as + floating point and binary numbers respectively; if it doesn't + work, treat them as local labels. + Thu Apr 14 13:34:24 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * Makefile.in (de-stage1, de-stage2, de-stage3): Use rm -f. |