diff options
| author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-06 09:27:22 +0000 |
|---|---|---|
| committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-06 09:27:22 +0000 |
| commit | d7f5a71fa80f4f780788dadaab256daa45a34bc2 (patch) | |
| tree | 2f3432cf1a1f489d1dbfd148491a9f3b0e5e3a92 | |
| parent | 60e6123130e8bc4439ce96f539d63c41ceeece65 (diff) | |
| download | ppe42-gcc-d7f5a71fa80f4f780788dadaab256daa45a34bc2.tar.gz ppe42-gcc-d7f5a71fa80f4f780788dadaab256daa45a34bc2.zip | |
Fixed regression in the ObjC compiler which was failing on simple C code
due to missing language hooks
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54315 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 544fe6f4c7f..146ae73c3f4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Thu Jun 6 07:17:43 2002 Nicola Pero <n.pero@mi.flashnet.it> + + PR objc/6834 + * objc/objc-lang.c (LANG_HOOKS_GET_ALIAS_SET): Define to be + c_common_get_alias_set. + (LANG_HOOKS_SAFE_FROM_P): Define to be c_safe_from_p. + 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca> * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): New |

