diff options
author | Alan Modra <amodra@gmail.com> | 2012-06-25 01:49:08 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-06-25 01:49:08 +0000 |
commit | 47e2e729981c9399ee4a28ec56c0484b2a014f49 (patch) | |
tree | 60fa74982105c5b991ea22b2078bdd684efadf35 /ld/ChangeLog | |
parent | edcc0ccdfcf6a1eb70772493a38be9d4001fb37e (diff) | |
download | binutils-47e2e729981c9399ee4a28ec56c0484b2a014f49.zip binutils-47e2e729981c9399ee4a28ec56c0484b2a014f49.tar.gz binutils-47e2e729981c9399ee4a28ec56c0484b2a014f49.tar.bz2 |
* ldlang.c (load_symbols): Close file and set flags.loaded
after parsing script file.
(open_input_bfds): Don't segv on closed script.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 58b6beb..b9b325e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2012-06-25 Alan Modra <amodra@gmail.com> + + * ldlang.c (load_symbols): Close file and set flags.loaded + after parsing script file. + (open_input_bfds): Don't segv on closed script. + 2012-06-24 H.J. Lu <hongjiu.lu@intel.com> * configure.tgt: Enable elf_k1om for x86_64-*-linux-gnux32. |