diff options
author | Alan Modra <amodra@gmail.com> | 2018-08-22 16:37:56 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-08-22 16:38:55 +0930 |
commit | ebf983a4447174210bcf40e1df4f2a7533b2c99f (patch) | |
tree | 91e9a8ba12f226736eb1d6fc478ef1c6fa2beeb2 | |
parent | 86b9fea102b36b9147d581f2fff3f495e9dd7601 (diff) | |
download | gdb-ebf983a4447174210bcf40e1df4f2a7533b2c99f.zip gdb-ebf983a4447174210bcf40e1df4f2a7533b2c99f.tar.gz gdb-ebf983a4447174210bcf40e1df4f2a7533b2c99f.tar.bz2 |
Fix changelog entries
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | include/ChangeLog | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7fb7398..6eac668 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,7 +1,7 @@ -2018-08-23 John Darington <john@darrington.wattle.id.au> +2018-08-21 John Darington <john@darrington.wattle.id.au> * elf32-s12z.c (opru18_reloc): New function. - * elf32-s12z.c (elf_s12z_howto_table): Adjust Howto according to new knowledge. + (elf_s12z_howto_table): Adjust Howto according to new knowledge. 2018-08-21 mephi42 <mephi42@gmail.com> diff --git a/include/ChangeLog b/include/ChangeLog index f23c7cc..69cc57d 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,4 +1,4 @@ -2018-08-23 John Darrington <john@darrington.wattle.id.au> +2018-08-21 John Darrington <john@darrington.wattle.id.au> * elf/s12z.h: Rename R_S12Z_UKNWN_3 to R_S12Z_EXT18. |