diff options
author | Roland McGrath <roland@gnu.org> | 2013-08-16 18:12:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2013-08-16 18:12:05 +0000 |
commit | 93f8221c643088fab039a4934623f0be0762d777 (patch) | |
tree | bfc39ac4a25e7afff1c01942804e82d8444274ca /gold/ChangeLog | |
parent | 70cc1c235fe2b3fde70b91c46158531c38896217 (diff) | |
download | gdb-93f8221c643088fab039a4934623f0be0762d777.zip gdb-93f8221c643088fab039a4934623f0be0762d777.tar.gz gdb-93f8221c643088fab039a4934623f0be0762d777.tar.bz2 |
gold/
* i386.cc (Target_i386_nacl::do_code_fill): New virtual function.
* x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function.
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 cec8581..08db459 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2013-08-16 Roland McGrath <mcgrathr@google.com> + + * i386.cc (Target_i386_nacl::do_code_fill): New virtual function. + * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function. + 2013-08-07 Cary Coutant <ccoutant@google.com> Revert support for v2 DWP files: |