This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Add --compress-debug-sections option to gas


On Sat, 3 Jul 2010, Cary Coutant wrote:
> >> gas/ChangeLog:
> >>
> >> ? ? ? ? * Makefile.am: Add compress-debug.c and compress-debug.h.
> >> ? ? ? ? * Makefile.in: Regenerate.
> >> ? ? ? ? * config.in: Add HAVE_ZLIB_H.
> >> ? ? ? ? * configure.in: Check for zlib.h.
> >> ? ? ? ? * configure: Regenerate.
> >>
> >> ? ? ? ? * as.c (parse_args): Add --compress-debug-sections and
> >> ? ? ? ? --nocompress-debug-sections.
> >> ? ? ? ? * as.h (flag_compress_debug): New variable.
> >> ? ? ? ? * compress-debug.c: New file.
> >> ? ? ? ? * compress-debug.h: New file.
> >> ? ? ? ? * write.c: Include compress-debug.h.
> >> ? ? ? ? (compress_frag): New function.
> >> ? ? ? ? (compress_debug): New function.
> >> ? ? ? ? (write_object_file): Compress debug sections if requested.
> >
> > OK.
>
> Thanks, committed.

Looks like you forgot to commit compress-debug.[ch], my trusted
autotester got (cutnpasted linewrapped from my log):
gcc -O2 -m32 -DHAVE_CONFIG_H -I.
-I/tmp/hpautotest-binutils/bsrc/src/gas  -I.
-I/tmp/hpautotest-bin\
utils/bsrc/src/gas -I../bfd
-I/tmp/hpautotest-binutils/bsrc/src/gas/config
-I/tmp/hpautotest-binuti\
ls/bsrc/src/gas/../include
-I/tmp/hpautotest-binutils/bsrc/src/gas/..
-I/tmp/hpautotest-binutils/bs\
rc/src/gas/../bfd -DLOCALEDIR="\"/usr/local/share/locale\""  -W
-Wall -Wstrict-prototypes -Wmissing\
-prototypes -Wshadow -Werror -g -O2 -MT atof-generic.o -MD -MP
-MF .deps/atof-generic.Tpo -c -o ato\
f-generic.o /tmp/hpautotest-binutils/bsrc/src/gas/atof-generic.c
mv -f .deps/atof-generic.Tpo .deps/atof-generic.Po
make[4]: *** make[4]: Leaving directory
`/tmp/hpautotest-binutils/cris-axis-linux-gnu/gas'
No rule to make target `compress-debug.o', needed by `as-new'.
Stop.

and no trace of it when checking manually.

brgds, H-P
PS: usually a missing "cvs add"...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]