diff options
author | Roland McGrath <roland@gnu.org> | 2012-11-01 22:44:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-11-01 22:44:58 +0000 |
commit | c2c9fdb45e95aeed8540383f14cad9a85a186b1b (patch) | |
tree | f7442353a0741de1b5a4d7bd9139a78147ffd185 /gold/ChangeLog | |
parent | 3e536b9a7a315d2eec69ff06ff9bb678aad66660 (diff) | |
download | gdb-c2c9fdb45e95aeed8540383f14cad9a85a186b1b.zip gdb-c2c9fdb45e95aeed8540383f14cad9a85a186b1b.tar.gz gdb-c2c9fdb45e95aeed8540383f14cad9a85a186b1b.tar.bz2 |
gold/
* system.h: Move inclusion of <clocale> to after <libintl.h> in
[ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 176e191..edb103d 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -8,6 +8,9 @@ 2012-11-01 Roland McGrath <mcgrathr@google.com> + * system.h: Move inclusion of <clocale> to after <libintl.h> in + [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section. + * nacl.cc: Include "libiberty.h" for vasprintf declaration. 2012-11-01 Roland McGrath <mcgrathr@google.com> |