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/common/ChangeLog | |
| parent | 256b85c25e967423de12be9564b0c8515ace7737 (diff) | |
| download | ppe42-binutils-31e6ad7d640283af4c4f6b01fef9e6a4a17f1535.tar.gz ppe42-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/common/ChangeLog')
| -rw-r--r-- | sim/common/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 86b3e6a62f..0df24b01ae 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,8 @@ +2013-06-03 Mike Frysinger <vapier@gentoo.org> + + * acinclude.m4: Replace maintainer-mode code with AM_MAINTAINER_MODE. + * aclocal.m4, configure: Regenerate. + 2013-05-10 Freddie Chopin <freddie_chopin@op.pl> PR build/15414: |

