diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-11 19:40:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-11 19:40:29 +0000 |
commit | 6360824b6e9bee7b1580573161f7fd0aaffa4e40 (patch) | |
tree | 3cc4f2ce41b6ecbe9c572e004887bf9628ff8ca4 /gas/ChangeLog | |
parent | 20cb8cdaf385a9bc67b63e015241d36b93289438 (diff) | |
download | gdb-6360824b6e9bee7b1580573161f7fd0aaffa4e40.zip gdb-6360824b6e9bee7b1580573161f7fd0aaffa4e40.tar.gz gdb-6360824b6e9bee7b1580573161f7fd0aaffa4e40.tar.bz2 |
Warn about a description field that is too big.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 159531a..f9df716 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ 2002-05-11 Nick Clifton <nickc@cambridge.redhat.com> + * stabs.c (s_stab_generic): Warn about a description field that is + too big. + * config/obj-coff.c: Fix compile time warnings when compiling without BFD_ASSEMBLER defined. Fix formatting. |