diff options
author | Cary Coutant <ccoutant@google.com> | 2010-09-16 15:52:15 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2010-09-16 15:52:15 +0000 |
commit | 4ef28648fb46ee431ce3d8d5cdceb8c171b81cb9 (patch) | |
tree | 9570cae64854197a2a29cbc219ff3ed13152daa8 /gold/ChangeLog | |
parent | 875b4ff565ff494986be7faf18f7fe575f5a5d2c (diff) | |
download | gdb-4ef28648fb46ee431ce3d8d5cdceb8c171b81cb9.zip gdb-4ef28648fb46ee431ce3d8d5cdceb8c171b81cb9.tar.gz gdb-4ef28648fb46ee431ce3d8d5cdceb8c171b81cb9.tar.bz2 |
* script_sections.cc (class Memory_region): Remove "NULL" from
vector initializations.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index be2bb57..5df7be5 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2010-09-16 Cary Coutant <ccoutant@google.com> + + * script_sections.cc (class Memory_region): Remove "NULL" from + vector initializations. + 2010-09-15 Cary Coutant <ccoutant@google.com> * incremental.cc (Output_section_incremental_inputs::write_info_blocks): |