diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-11 12:08:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-11 12:08:26 +0000 |
commit | f8e42b8cb6601693b44bd5c5724edbd9f289f4cf (patch) | |
tree | 0ad2c1f4dc5743f66fa033c18ba218fad4598612 /gas/ChangeLog | |
parent | cce5a618242b96bd9c67b1ce3b12981c37348c4e (diff) | |
download | gdb-f8e42b8cb6601693b44bd5c5724edbd9f289f4cf.zip gdb-f8e42b8cb6601693b44bd5c5724edbd9f289f4cf.tar.gz gdb-f8e42b8cb6601693b44bd5c5724edbd9f289f4cf.tar.bz2 |
Fix formatting and compile tine warnings when compiling without BFD_ASSEMBLER
defined.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 010c0dc..159531a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2002-05-11 Nick Clifton <nickc@cambridge.redhat.com> + * config/obj-coff.c: Fix compile time warnings when compiling + without BFD_ASSEMBLER defined. + Fix formatting. + * config/tc-sh.c (md_pcrel_from): Define for use with sh-hms target. (md_pcrel_from_section): Use md_pcrel_from(). |