diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-03 14:35:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-03 14:35:06 +0000 |
commit | 73f4d86e6bf362bd025556c33fecbdc341a88e95 (patch) | |
tree | 16909f916a95840dd2710aef6c99e36f509911ba /gas/ChangeLog | |
parent | 6decc66226ccd3f085da349ecf5205e631e400dd (diff) | |
download | gdb-73f4d86e6bf362bd025556c33fecbdc341a88e95.zip gdb-73f4d86e6bf362bd025556c33fecbdc341a88e95.tar.gz gdb-73f4d86e6bf362bd025556c33fecbdc341a88e95.tar.bz2 |
PR gas/5078
* config/tc-avr.c (avr_get_constant): Extend error message to mention that the constant must be positive.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c94d167..ef12adb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2007-10-03 Nick Clifton <nickc@redhat.com> + PR gas/5078 + * config/tc-avr.c (avr_get_constant): Extend error message to + mention that the constant must be positive. + +2007-10-03 Nick Clifton <nickc@redhat.com> + + * config/tc-avr.c (avr_get_constant): PR gas/5089 * config/tc-arm.c (s_arm_unwind_handlerdata): Fix spelling typo. PR gas/5090 |