diff options
author | Nick Clifton <nickc@redhat.com> | 2014-05-19 14:29:31 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-05-19 14:29:31 +0100 |
commit | 296a868924f2c47865676a04515135b03c024bcc (patch) | |
tree | 212bae25953eaf21a3e8d5a12cd14dfc5073fd82 /gas/ChangeLog | |
parent | fb2c6e43b8699da2057e9e33fda09007f112393a (diff) | |
download | gdb-296a868924f2c47865676a04515135b03c024bcc.zip gdb-296a868924f2c47865676a04515135b03c024bcc.tar.gz gdb-296a868924f2c47865676a04515135b03c024bcc.tar.bz2 |
Extend the fix already created for PR 16858 so that it works with x86 PE targets as well.
PR gas/16858
* config/tc-i386.c (md_apply_fix): Improve the detection of code
symbols for 32-bit PE targets.
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 2243570..26cef7f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2014-05-19 Nick Clifton <nickc@redhat.com> + + PR gas/16858 + * config/tc-i386.c (md_apply_fix): Improve the detection of code + symbols for 32-bit PE targets. + 2014-05-18 Richard Sandiford <rdsandiford@googlemail.com> * config/tc-mips.c (md_obj_begin): Delete. |