summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-16 12:45:53 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-16 12:45:53 +0000
commit65cc485a0aa7092c5c88e295dac2c60856af370b (patch)
treec191561795ed20347c9f32e0a50f3f74a746049b
parente2cd54f291c5faf1b8557c5c534008b1f7559f7a (diff)
downloadgcc-65cc485a0aa7092c5c88e295dac2c60856af370b.tar.gz
* MAINTAINERS: Add myself as callgraph maintainer.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74691 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog4
-rw-r--r--MAINTAINERS1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49beddd4874..ee2845632dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-16 Jan Hubicka <jh@suse.cz>
+
+ * MAINTAINERS: Add myself as callgraph maintainer.
+
2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
* configure.in (raw_libstdcxx_flags): Remove the leading space.
diff --git a/MAINTAINERS b/MAINTAINERS
index 431d985be5a..ebc9db30fd7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -125,6 +125,7 @@ scheduler (+ haifa) Michael Meissner gnu@the-meissners.org
scheduler (+ haifa) Jeff Law law@redhat.com
reorg Jeff Law law@redhat.com
caller-save.c Jeff Law law@redhat.com
+callgraph Jan Hubicka jh@suse.cz
debugging code Jim Wilson wilson@specifixinc.com
dwarf debugging code Jason Merrill jason@redhat.com
c++ runtime libs Paolo Carlini pcarlini@unitus.it