diff options
author | Nick Clifton <nickc@redhat.com> | 2013-12-18 11:51:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-12-18 11:51:25 +0000 |
commit | 720fbed62e63f627f297174d6751d5702621568a (patch) | |
tree | 4d1f0675b5abc6a003fe66eb47c6a21c33c6735f /gas/ChangeLog | |
parent | b9e95fa2d182d00eefd059e38e3d34ae03d4e2ea (diff) | |
download | gdb-720fbed62e63f627f297174d6751d5702621568a.zip gdb-720fbed62e63f627f297174d6751d5702621568a.tar.gz gdb-720fbed62e63f627f297174d6751d5702621568a.tar.bz2 |
* config/tc-rx.c (rx_include): Rename 'eof' to 'last_char' in
order to avoid conflict with same named variable in MinGW system
header file.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bb29b12..c658d73 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2013-12-18 Nick Clifton <nickc@redhat.com> + + * config/tc-rx.c (rx_include): Rename 'eof' to 'last_char' in + order to avoid conflict with same named variable in MinGW system + header file. + 2013-12-13 Nick Clifton <nickc@redhat.com> * config/tc-msp430.c (mcu_types): Add some more 430X mcu names. |