diff options
author | Nick Clifton <nickc@redhat.com> | 2002-09-20 14:47:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-09-20 14:47:14 +0000 |
commit | 7cf108933bd1b2e94d4bd531583060262abd543c (patch) | |
tree | ee39eba57b0f70cd0253662a1928ade8cb13266a /gas/ChangeLog | |
parent | ddd216eaca2c1a4e8f22347abc94b558f89fdeae (diff) | |
download | gdb-7cf108933bd1b2e94d4bd531583060262abd543c.zip gdb-7cf108933bd1b2e94d4bd531583060262abd543c.tar.gz gdb-7cf108933bd1b2e94d4bd531583060262abd543c.tar.bz2 |
symbols.c (colon): Do not allow symbols to be created in the absolute section
if WORKING_DOT_WORD is not defined and new_broken_words would require a new
frag to be created.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9b4fb4b..1ba475d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,7 +1,8 @@ 2002-09-20 Nick Clifton <nickc@redhat.com> * symbols.c (colon): Do not allow symbols to be created in the - absolute section. + absolute section if WORKING_DOT_WORD is not defined and + new_broken_words would require a new frag to be created. 2002-09-20 Alan Modra <amodra@bigpond.net.au> |