diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-12-24 16:58:23 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-12-24 16:58:23 +0000 |
commit | 0efc80c807552560f1fd38d78f9cea32abfa0ede (patch) | |
tree | c16e9367f08f7a2e9bf66907362cb6b3ef359e70 /ld/testsuite/ld-elf/note-2.s | |
parent | 147d51c2327f0f36ddab7e2766087a902f8d83c1 (diff) | |
download | gdb-0efc80c807552560f1fd38d78f9cea32abfa0ede.zip gdb-0efc80c807552560f1fd38d78f9cea32abfa0ede.tar.gz gdb-0efc80c807552560f1fd38d78f9cea32abfa0ede.tar.bz2 |
bfd/
2007-12-24 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/5488
* elf.c (IS_NOTE): New.
(IS_COREFILE_NOTE): Use IS_NOTE.
(IS_SECTION_IN_INPUT_SEGMENT): Use IS_NOTE instead of
IS_COREFILE_NOTE.
ld/testsuite/
2007-12-24 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/5488
* ld-elf/note-2.d: New.
* ld-elf/note-2.s: Likewise.
* ld-elf/note-2.t: Likewise.
Diffstat (limited to 'ld/testsuite/ld-elf/note-2.s')
-rw-r--r-- | ld/testsuite/ld-elf/note-2.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/note-2.s b/ld/testsuite/ld-elf/note-2.s new file mode 100644 index 0000000..93d6b36 --- /dev/null +++ b/ld/testsuite/ld-elf/note-2.s @@ -0,0 +1,8 @@ + .globl _entry + .text +_entry: + .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + .section .foo,"awx",%progbits + .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + .section .note,"",%note + .byte 0 |