aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-02-27 06:31:12 +0000
committerIan Lance Taylor <ian@airs.com>1997-02-27 06:31:12 +0000
commit35c64f24d10c90a8a3e4df30193ed96438aaeb77 (patch)
treeb26411a38f2228398a790189e4c17068567afee8 /gas
parent30d0557caa931096075b26dd1b22c381f5a5c480 (diff)
downloadgdb-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/ChangeLog3
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 '-'.