diff options
author | Cary Coutant <ccoutant@google.com> | 2012-08-22 18:26:32 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2012-08-22 18:26:32 +0000 |
commit | 1e2bee4f5f1bdeb8c5cadbecf9d0b92e60a8bd13 (patch) | |
tree | 149f78c9b9357cf5c3e2f70a22c7e3fbb0cb5cc2 /gold/ChangeLog | |
parent | 522002f96cdfe306cb3385d075a5ae9f8381969e (diff) | |
download | gdb-1e2bee4f5f1bdeb8c5cadbecf9d0b92e60a8bd13.zip gdb-1e2bee4f5f1bdeb8c5cadbecf9d0b92e60a8bd13.tar.gz gdb-1e2bee4f5f1bdeb8c5cadbecf9d0b92e60a8bd13.tar.bz2 |
2012-08-22 Cary Coutant <ccoutant@google.com>
gold/
* layout.cc (Layout::include_section): Don't assert on GROUP
sections with --emit-relocs.
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 e79f4e4..2f5fcb1 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2012-08-22 Cary Coutant <ccoutant@google.com> + + * layout.cc (Layout::include_section): Don't assert on GROUP + sections with --emit-relocs. + 2012-08-21 Cary Coutant <ccoutant@google.com> * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert |