From e1c1edeb3846ab41274b3ff85ce9bebc2100a9c1 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 25 Nov 2010 01:15:46 +0000 Subject: [PATCH] PR gas/12264 * compress-debug.c: Include config.h first. --- gas/ChangeLog | 15 ++++++++++----- gas/compress-debug.c | 4 +--- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 4a4dadd814a..8bc91affae5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2010-11-25 Alan Modra + + PR gas/12264 + * compress-debug.c: Include config.h first. + 2010-11-17 Nick Clifton * input-file.c (input_file_open): Check for empty input files. @@ -23,10 +28,10 @@ 2010-11-15 Rainer Orth - * config/obj-elf.c (elf_generate_asm_lineno): New function. - (elf_process_stab): New function. - (elf_format_ops): Always use them as generate_asm_lineno, - process_stab members. + * config/obj-elf.c (elf_generate_asm_lineno): New function. + (elf_process_stab): New function. + (elf_format_ops): Always use them as generate_asm_lineno, + process_stab members. 2010-11-15 Matthew Gretton-Dann @@ -107,7 +112,7 @@ * write.c (compress_debug): Optimize section flags check. 2010-10-29 Bernd Schmidt - Joseph Myers + Joseph Myers * config/tc-tic6x.c (OPTION_MDSBT, OPTION_MNO_DSBT): New enum values. diff --git a/gas/compress-debug.c b/gas/compress-debug.c index c2a8d3d51d0..09076002d7c 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 - #include "ansidecl.h" - -#include "config.h" #include "compress-debug.h" #ifdef HAVE_ZLIB_H -- 2.47.3