diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-09-09 19:22:29 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-09-09 19:22:29 +0000 |
commit | a2d1e0280113424781f2e50bd2c97cc2ef3d237e (patch) | |
tree | 9162a7fd3bf939c24bdf87e1d63f06769f05a85f /ld/testsuite/ld-scripts/rgn-at5.s | |
parent | 497462ef9eba5c85d2d405a33ff20940f5b0d74e (diff) | |
download | binutils-gdb-a2d1e0280113424781f2e50bd2c97cc2ef3d237e.tar.gz |
Don't warn zero LMA adjustment.
bfd/
2010-09-09 H.J. Lu <hongjiu.lu@intel.com>
PR ld/11998
* elf.c (assign_file_positions_for_load_sections): Don't warn
zero LMA adjustment.
ld/testsuite/
2010-09-09 H.J. Lu <hongjiu.lu@intel.com>
PR ld/11998
* ld-scripts/rgn-at5.d: New.
* ld-scripts/rgn-at5.s: Likewise.
* ld-scripts/rgn-at5.t: Likewise.
Diffstat (limited to 'ld/testsuite/ld-scripts/rgn-at5.s')
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-at5.s | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/testsuite/ld-scripts/rgn-at5.s b/ld/testsuite/ld-scripts/rgn-at5.s new file mode 100644 index 00000000000..dbb63ea34cb --- /dev/null +++ b/ld/testsuite/ld-scripts/rgn-at5.s @@ -0,0 +1,14 @@ + .section .sec0, "a" + .word 0 + + .section .sec1, "a" + .word 0x11 + + .section .sec2, "a" + .word 0x22 + + .section .sec3, "a" + .word 0x33 + + .section .sec4, "a" + .word 0x44 |