diff options
author | Emery Hemingway <ehmry@posteo.net> | 2021-02-01 17:31:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-02-01 17:31:47 +0000 |
commit | 1f568f9a0d1787978de0ad3b80d5f71dfba91f14 (patch) | |
tree | 48162c57f2dcf6b3b32ffe7a09036d809454b578 /ld/ChangeLog | |
parent | c39c86378fca7ea4cf8b5766e5b317e55d3d6e72 (diff) | |
download | gdb-1f568f9a0d1787978de0ad3b80d5f71dfba91f14.zip gdb-1f568f9a0d1787978de0ad3b80d5f71dfba91f14.tar.gz gdb-1f568f9a0d1787978de0ad3b80d5f71dfba91f14.tar.bz2 |
Add Genode target support
* configure.tgt: Add *-*-genode* as a target for AArch64 and x86.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a84da33..6cf9d70 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2021-02-01 Emery Hemingway <ehmry@posteo.net> + + * configure.tgt: Add *-*-genode* as a target for AArch64 and x86. + 2021-02-01 Alan Modra <amodra@gmail.com> * ldgram.y (defsym_expr): Use assignment rule. |