* config/obj-elf.c (obj_elf_common): Set BSF_OBJECT in flags.

* config/tc-sparc.c (s_common): Likewise, if BFD_ASSEMBLER.
This commit is contained in:
Ian Lance Taylor 1997-02-27 06:31:12 +00:00
parent 30d0557caa
commit 35c64f24d1

View file

@ -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 '-'.