diff options
author | Nick Clifton <nickc@redhat.com> | 2011-08-22 15:25:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-08-22 15:25:07 +0000 |
commit | dc15e575adef771baec7fce97d8c3b044bce944d (patch) | |
tree | 81b4a7ad9f283c1686433e295317e210fcca5f5d /opcodes/ChangeLog | |
parent | 365b60b058820ac395db8305aa5ab4ff5ce1a3af (diff) | |
download | fsf-binutils-gdb-dc15e575adef771baec7fce97d8c3b044bce944d.zip fsf-binutils-gdb-dc15e575adef771baec7fce97d8c3b044bce944d.tar.gz fsf-binutils-gdb-dc15e575adef771baec7fce97d8c3b044bce944d.tar.bz2 |
Move cpu files from cgen/cpu to top level cpu directory.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7c603f1..fc942c2 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,15 @@ +2011-08-22 Nick Clifton <nickc@redhat.com> + + * Makefile.am (CPUDIR): Redfine to point to top level cpu + directory. + (stamp-frv): Use CPUDIR. + (stamp-iq2000): Likewise. + (stamp-lm32): Likewise. + (stamp-m32c): Likewise. + (stamp-mt): Likewise. + (stamp-xc16x): Likewise. + * Makefile.in: Regenerate. + 2011-08-09 Chao-ying Fu <fu@mips.com> Maciej W. Rozycki <macro@codesourcery.com> |