diff options
author | Alan Modra <amodra@gmail.com> | 2010-08-31 05:11:29 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-08-31 05:11:29 +0000 |
commit | 6be999b8666bacc82acfef7c911f9c5b4636f6f2 (patch) | |
tree | 0ae42a33e9971ba86ca07c50e2ca615cc68b0def /ld/ChangeLog | |
parent | 447394e37035dbed5dbf74bd24c1a324e59bf135 (diff) | |
download | gdb-6be999b8666bacc82acfef7c911f9c5b4636f6f2.zip gdb-6be999b8666bacc82acfef7c911f9c5b4636f6f2.tar.gz gdb-6be999b8666bacc82acfef7c911f9c5b4636f6f2.tar.bz2 |
* scripttempl/mmo.sc: Move assignment to "Main" inside .text
output section statement.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ac418d1..24cf64c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2010-08-31 Alan Modra <amodra@gmail.com> + + * scripttempl/mmo.sc: Move assignment to "Main" inside .text + output section statement. + 2010-08-25 H.J. Lu <hongjiu.lu@intel.com> PR ld/11946 |