diff options
author | Nick Clifton <nickc@redhat.com> | 2008-04-11 09:06:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-04-11 09:06:02 +0000 |
commit | d5a35a5552aae7aa5559fd523e990c4f7fc2266e (patch) | |
tree | 1f68ecd88b59a3b4690de32b217e95d9de366a57 /gas/ChangeLog | |
parent | a262ae964e725a02c056e832927c3bd16a689e07 (diff) | |
download | gdb-d5a35a5552aae7aa5559fd523e990c4f7fc2266e.zip gdb-d5a35a5552aae7aa5559fd523e990c4f7fc2266e.tar.gz gdb-d5a35a5552aae7aa5559fd523e990c4f7fc2266e.tar.bz2 |
* listing.c (print_timestamp): Use localtime rather than
localtime_r since not all build environments provide the latter.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f0bb52b..84f1eee 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2008-04-11 Nick Clifton <nickc@redhat.com> + + * listing.c (print_timestamp): Use localtime rather than + localtime_r since not all build environments provide the latter. + 2008-04-10 H.J. Lu <hongjiu.lu@intel.com> * NEWS: Mention -msse-check=[none|error|warning]. |