]> git.saurik.com Git - bison.git/commit - configure.in
Steal GCC's --time-report support.
authorAkim Demaille <akim@epita.fr>
Wed, 31 Jul 2002 19:52:13 +0000 (19:52 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 31 Jul 2002 19:52:13 +0000 (19:52 +0000)
commit1509d42fcb8fb8a78d46f0c26b863cafd347bee5
tree83776f737666704ea755a91ba479f34f67d7eb03
parent273a74fa89392c33ef4912036c290ad47e535da6
Steal GCC's --time-report support.
* lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
stolen/adjusted from GCC.
* m4/stage.m4: Remove time related checks.
* m4/timevar.m4: New.
* configure.in: Adjust.
* src/system.h: Adjust to using timevar.h.
* src/getargs.h, src/getargs.c: Support trace_time for
--trace=time.
* src/main.c (stage): Remove.
(main): Replace `stage' invocations with timevar calls.
* src/output.c: Insert pertinent timevar calls.
14 files changed:
ChangeLog
configure.in
lib/Makefile.am
lib/timevar.c [new file with mode: 0644]
lib/timevar.def [new file with mode: 0644]
lib/timevar.h [new file with mode: 0644]
m4/Makefile.am
m4/stage.m4
m4/timevar.m4 [new file with mode: 0644]
src/getargs.c
src/getargs.h
src/main.c
src/output.c
src/system.h