diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-10-04 18:05:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-10-04 18:05:59 +0000 |
commit | cd557d83d6184a7cec16e435713abf6d12ab7292 (patch) | |
tree | d061ecf26f33c4ac5530a2f26c5a6446edc8750b /gas/ChangeLog | |
parent | a7512014c6e61c126e4439c69154f5996b61fc66 (diff) | |
download | gdb-cd557d83d6184a7cec16e435713abf6d12ab7292.zip gdb-cd557d83d6184a7cec16e435713abf6d12ab7292.tar.gz gdb-cd557d83d6184a7cec16e435713abf6d12ab7292.tar.bz2 |
* config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for
an absolute symbol.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 844e922..d4182df 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ +Wed Oct 4 14:03:39 1995 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-ppc.c (ppc_frob_symbol): Don't create an aux entry for + an absolute symbol. + Tue Oct 3 12:18:19 1995 Ian Lance Taylor <ian@cygnus.com> + * config/tc-m68k.c (isbyte): Accept all values from -65536 to + +65535, so ~VAL will not be rejected. + * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode, skip characters after the pseudo-op. (s_else): Likewise. |