diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-07-04 01:37:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-07-04 01:37:00 +0000 |
commit | c5d8f96effd2cb7ad4d0bf2e25350a22b437939d (patch) | |
tree | 49b75326a3efbdfe4f8db7ec3245443bca7b2782 /gas | |
parent | bc859e636170cd7ec9ad37ccad0e9f684a0d89f0 (diff) | |
download | gdb-c5d8f96effd2cb7ad4d0bf2e25350a22b437939d.zip gdb-c5d8f96effd2cb7ad4d0bf2e25350a22b437939d.tar.gz gdb-c5d8f96effd2cb7ad4d0bf2e25350a22b437939d.tar.bz2 |
* read.h (is_it_end_of_statement): Declare.
* read.c (is_it_end_of_statement): Remove declaration.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4cd00f6..15aaadc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -15,6 +15,14 @@ Wed Jul 3 15:02:21 1996 J.T. Conklin <jtc@rtl.cygnus.com> Wed Jul 3 16:05:50 1996 Ian Lance Taylor <ian@cygnus.com> + * read.h (is_it_end_of_statement): Declare. + * read.c (is_it_end_of_statement): Remove declaration. + + * config/tc-ppc.c (ppc_elf_suffix): Correct parenthesization of || + within &&. + (md_assemble): Fix handling of @l with an unsigned constant. Add + default case to reloc switch. + * config/tc-i386.h (AOUT_MACHTYPE): Define as 0 if TE_386BSD. Based on patches from Tom Quiggle <quiggle@sgi.com>: |