diff options
author | Alan Modra <amodra@gmail.com> | 2010-11-25 01:15:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-11-25 01:15:14 +0000 |
commit | 7362f76f52be200ae5fa21950f69e12304703fae (patch) | |
tree | e34c17d98e87557da5e82d925382c361e77e6524 | |
parent | c09a7c7e90a0dcca3a8783cd6023e6d8c5deb363 (diff) | |
download | gdb-7362f76f52be200ae5fa21950f69e12304703fae.zip gdb-7362f76f52be200ae5fa21950f69e12304703fae.tar.gz gdb-7362f76f52be200ae5fa21950f69e12304703fae.tar.bz2 |
PR gas/12264
* compress-debug.c: Include config.h first.
-rw-r--r-- | gas/ChangeLog | 7 | ||||
-rw-r--r-- | gas/compress-debug.c | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 14d31de..c82f3c8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2010-11-25 Alan Modra <amodra@gmail.com> + + PR gas/12264 + * compress-debug.c: Include config.h first. + 2010-11-24 Mike Frysinger <vapier@gentoo.org> * doc/as.texinfo: Refer to and include c-bfin.texi for Blackfin @@ -32,7 +37,7 @@ 2010-11-19 Alan Modra <amodra@gmail.com> - PR 2606 + PR 2606 * configure.in: Disable emulations for PE targets. * configure: Regenerate. diff --git a/gas/compress-debug.c b/gas/compress-debug.c index c2a8d3d..0907600 100644 --- a/gas/compress-debug.c +++ b/gas/compress-debug.c @@ -18,11 +18,9 @@ Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#include "config.h" #include <stdio.h> - #include "ansidecl.h" - -#include "config.h" #include "compress-debug.h" #ifdef HAVE_ZLIB_H |