diff options
author | Nick Clifton <nickc@redhat.com> | 2011-04-11 08:27:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-04-11 08:27:48 +0000 |
commit | 4e4f7c872bc46d8b26ebe03a61536620de7bcdea (patch) | |
tree | 854e5e44b9404aab465614a0a3831904cd2dda36 /gas/ChangeLog | |
parent | 249c2423d47e9b0d1ab783d57a0f75026a37210d (diff) | |
download | gdb-4e4f7c872bc46d8b26ebe03a61536620de7bcdea.zip gdb-4e4f7c872bc46d8b26ebe03a61536620de7bcdea.tar.gz gdb-4e4f7c872bc46d8b26ebe03a61536620de7bcdea.tar.bz2 |
* config/tc-i386.c (x86_cons): Define even for non-ELF targets.
* config/tc-i386.h (x86_cons): Always prototype.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c2b292f..e13c24d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ 2011-04-11 Nick Clifton <nickc@redhat.com> + * config/tc-i386.c (x86_cons): Define even for non-ELF targets. + * config/tc-i386.h (x86_cons): Always prototype. + * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter in order to avoid a compile time warning. (getprocreg_image): Likewise. |