aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-05-17 16:02:31 +0000
committerNick Clifton <nickc@redhat.com>2011-05-17 16:02:31 +0000
commit84bff83f799013476b466a24f8eb639dc4e16a77 (patch)
tree3c1b7ca0f9dedbe4b38c62adccef85d36c395bde /bfd/ChangeLog
parent393eab54507ddd97a857a97ab8d3300ad63edb9c (diff)
downloadgdb-84bff83f799013476b466a24f8eb639dc4e16a77.zip
gdb-84bff83f799013476b466a24f8eb639dc4e16a77.tar.gz
gdb-84bff83f799013476b466a24f8eb639dc4e16a77.tar.bz2
PR ld/12759
* emultempl/rxelf.em (ignore_lma): New variable. (rx_elf_create_output_section_statements): Pass the setiing of ignore_lma to bfd_elf32_rx_set_target_flags. (OPTION_IGNORE_LMA): Define. (OPTION_NO_IGNORE_LMA): Define. (PARSE_AND_LIST_LONGOPTS): Add ignore lma. (PARSE_AND_LIST_OPTIONS): Add ignore lma. (PARSE_AND_LIST_ARGS_CASES): Add ignore lma. * elf32-rx.c (ignore_lma): New variable. (bfd_elf32_rx_set_target_flags): Add ignore_lma parameter. (rx_modify_program_headers): Only copy the LMA into the VMA if ignore_lma is true.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a5355b5..0e8bdf1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-17 Tomohiro Kashiwada <kikairoya@gmail.com>
+
+ PR ld/12759
+ * elf32-rx.c (ignore_lma): New variable.
+ (bfd_elf32_rx_set_target_flags): Add ignore_lma parameter.
+ (rx_modify_program_headers): Only copy the LMA into the VMA if
+ ignore_lma is true.
+
2011-05-17 Alan Modra <amodra@gmail.com>
PR ld/12760