diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-06-05 01:42:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-06-05 01:42:13 +0000 |
commit | 31e6ad7d640283af4c4f6b01fef9e6a4a17f1535 (patch) | |
tree | f4c4d577f2dbf7fb124a31aeda9a3763a900878e /sim/moxie/ChangeLog | |
parent | 256b85c25e967423de12be9564b0c8515ace7737 (diff) | |
download | binutils-31e6ad7d640283af4c4f6b01fef9e6a4a17f1535.tar.gz binutils-31e6ad7d640283af4c4f6b01fef9e6a4a17f1535.tar.bz2 binutils-31e6ad7d640283af4c4f6b01fef9e6a4a17f1535.zip |
sim: use AM_MAINTAINER_MODE
I noticed the sim code is using an old implementation of the maintainer logic.
I cut it over to the new macro (like gdb has been doing). In practice, it
makes no difference currently as nothing in the sim tree uses it, but I have a
follow up commit for the Blackfin tree that needs it.
Diffstat (limited to 'sim/moxie/ChangeLog')
-rw-r--r-- | sim/moxie/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index 18ee7f2b710..db566205314 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,3 +1,7 @@ +2013-06-03 Mike Frysinger <vapier@gentoo.org> + + * aclocal.m4, configure: Regenerate. + 2013-01-17 Anthony Green <green@moxielogic.com> * interp.c (sim_open): Remove from debug output. |