diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-07-23 03:02:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-07-23 03:02:17 +0000 |
commit | e979ea0409a92860c2e29f78c4033547be9ef844 (patch) | |
tree | 493478d46dc360406209bd5311524b314ef4005d /gas | |
parent | cf897ce253ab6d0b0d584af1811c32e9cfaa06a3 (diff) | |
download | gdb-e979ea0409a92860c2e29f78c4033547be9ef844.zip gdb-e979ea0409a92860c2e29f78c4033547be9ef844.tar.gz gdb-e979ea0409a92860c2e29f78c4033547be9ef844.tar.bz2 |
* expr.c (expr): Don't let absolute_section override
undefined_section for the return value.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 44e17b6..62c1a25 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Thu Jul 22 12:09:41 1993 Ian Lance Taylor (ian@cygnus.com) + * expr.c (expr): Don't let absolute_section override + undefined_section for the return value. + * read.c (read_a_source_file): In NO_PSEUDO_DOT case, if we find a pseudo-op with a poc_handler field of NULL, ignore it and treat it as an instruction instead. |