diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-27 06:31:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-27 06:31:12 +0000 |
commit | 35c64f24d10c90a8a3e4df30193ed96438aaeb77 (patch) | |
tree | b26411a38f2228398a790189e4c17068567afee8 /gas | |
parent | 30d0557caa931096075b26dd1b22c381f5a5c480 (diff) | |
download | gdb-35c64f24d10c90a8a3e4df30193ed96438aaeb77.zip gdb-35c64f24d10c90a8a3e4df30193ed96438aaeb77.tar.gz gdb-35c64f24d10c90a8a3e4df30193ed96438aaeb77.tar.bz2 |
* config/obj-elf.c (obj_elf_common): Set BSF_OBJECT in flags.
* config/tc-sparc.c (s_common): Likewise, if BFD_ASSEMBLER.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2ef3964..0eeb933 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Thu Feb 27 00:26:33 1997 Ian Lance Taylor <ian@cygnus.com> + * config/obj-elf.c (obj_elf_common): Set BSF_OBJECT in flags. + * config/tc-sparc.c (s_common): Likewise, if BFD_ASSEMBLER. + * expr.c (operand): Simplify 0b handling. Don't treat 0b as a binary number if the next character is '+' or '-'. |