diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-14 16:38:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-14 16:38:14 +0000 |
commit | 8ac9ba6cf25f015e19ff135eeb82f5ec121f29b3 (patch) | |
tree | 40408ae3e286e9bb71c84a817560e8a507ebdb91 /gas/ChangeLog | |
parent | a7fda4576dd6f1758e0a721cc083b9fc7879c7cb (diff) | |
download | gdb-8ac9ba6cf25f015e19ff135eeb82f5ec121f29b3.zip gdb-8ac9ba6cf25f015e19ff135eeb82f5ec121f29b3.tar.gz gdb-8ac9ba6cf25f015e19ff135eeb82f5ec121f29b3.tar.bz2 |
Catch attempts to create strings in the abs section.
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 d08f757..60ace3a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ 2002-08-14 Nick Clifton <nickc@redhat.com> + * read.c (stringer): Catch attempts to create strings in the abs + section. + * config/tc-alpha.c: Fix compiling for COFF targets. Some minor formatting tidyups. |