diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-27 18:21:04 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-27 18:21:04 +0000 |
commit | 3072d11f9c2b114f18a267fe55bee0d7fabd6f10 (patch) | |
tree | 9881619830d39d36a5b67150ec93884f762ae4b4 /gcc/ChangeLog | |
parent | 7b5cc2952ddd286390334bd8e54af9815530e142 (diff) | |
download | gcc-3072d11f9c2b114f18a267fe55bee0d7fabd6f10.tar.gz |
reorganize inclhacks and apply fix to fixtests.c
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42663 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2d49273cad9..73105b89a0a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,19 @@ +2001-05-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * fixinc/fixtests.c: Declare entries in ENV_TABLE. + +2001-05-27 Bruce Korb <bkorb@gnu.org> + + * fixinc/check.tpl(HACK) add and use a Scheme variable + (has no test text): error out if no "test_text" is defined + * fixinc/fixincl.tpl: likewise + (FIXIDX): make it an enumeration so we minimize diffs + * fixinc/inclhack.def: re-alphabetize and add sort instructions + * fixinc/fixincl.x: regenerate + * fixinc/tests/base/stdio.h: test output got moved due to + the alphabetizing + * README-fixinc: rewrite (mostly) + 2001-05-27 Neil Booth <neil@daikokuya.demon.co.uk> * cpplib.c (run_directive): Set pfile->directive. |