From: Ian Lance Taylor Date: Thu, 27 Feb 1997 06:31:12 +0000 (+0000) Subject: * config/obj-elf.c (obj_elf_common): Set BSF_OBJECT in flags. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35c64f24d10c90a8a3e4df30193ed96438aaeb77;p=binutils-gdb.git * config/obj-elf.c (obj_elf_common): Set BSF_OBJECT in flags. * config/tc-sparc.c (s_common): Likewise, if BFD_ASSEMBLER. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 2ef396424d8..0eeb9336d35 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Thu Feb 27 00:26:33 1997 Ian Lance Taylor + * 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 '-'.