diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-07-03 16:06:34 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-07-03 16:06:34 +0000 |
commit | 5a5ed5b0e4fa9e4671b542532dc620c79803e039 (patch) | |
tree | 5d92ce01bfae0b1d03e8b2573bfac404d815df13 /binutils/testsuite/binutils-all/dw2-empty.S | |
parent | 1e55e04f56d3f1524afd83aa65d5bffdb3795dc7 (diff) | |
download | gdb-5a5ed5b0e4fa9e4671b542532dc620c79803e039.zip gdb-5a5ed5b0e4fa9e4671b542532dc620c79803e039.tar.gz gdb-5a5ed5b0e4fa9e4671b542532dc620c79803e039.tar.bz2 |
Don't compress empty debug section
2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/14319
* elf.c (_bfd_elf_make_section_from_shdr): Don't compress empty
debug section.
2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/14319
* binutils-all/compress.exp: Test compress empty debug sections.
* binutils-all/dw2-empty.S: New file.
Diffstat (limited to 'binutils/testsuite/binutils-all/dw2-empty.S')
-rw-r--r-- | binutils/testsuite/binutils-all/dw2-empty.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/dw2-empty.S b/binutils/testsuite/binutils-all/dw2-empty.S new file mode 100644 index 0000000..63a2b90 --- /dev/null +++ b/binutils/testsuite/binutils-all/dw2-empty.S @@ -0,0 +1 @@ + .section .debug_line |