diff options
author | Alan Modra <amodra@gmail.com> | 2011-03-17 10:59:29 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-03-17 10:59:29 +0000 |
commit | 259af69e77acf64d0bce79d1be332d1cb8412cc4 (patch) | |
tree | 79af3c95ccb9b9bac803214fa49b56513ccd9e2d /gas/ChangeLog | |
parent | 29703da4b1a5b80034c3f33b0c8f34ce6e1f08d5 (diff) | |
download | gdb-259af69e77acf64d0bce79d1be332d1cb8412cc4.zip gdb-259af69e77acf64d0bce79d1be332d1cb8412cc4.tar.gz gdb-259af69e77acf64d0bce79d1be332d1cb8412cc4.tar.bz2 |
PR 12569
* expr.c (operand): Correct passing of "mode" to expr.
* read.c (do_org): Allow expr_section.
(get_known_segmented_expression): Don't assert anything about the
segment.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index df7ecd5..6a73a0c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2011-03-17 Alan Modra <amodra@gmail.com> + + PR 12569 + * expr.c (operand): Correct passing of "mode" to expr. + * read.c (do_org): Allow expr_section. + (get_known_segmented_expression): Don't assert anything about the + segment. + 2011-03-16 H.J. Lu <hongjiu.lu@intel.com> * as.c (show_usage): Add --size-check=. |