diff options
author | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-03 20:38:37 +0000 |
---|---|---|
committer | shebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-03 20:38:37 +0000 |
commit | 543fd716b772e49fdbb8e717618c871667bf28de (patch) | |
tree | 9f05dec36d23fa7d8b2ab46541f170221c2b6c58 /gcc/config/darwin.c | |
parent | eafc6604ee60b98aca48ea0cb212501416ec2def (diff) | |
download | gcc-543fd716b772e49fdbb8e717618c871667bf28de.tar.gz |
* darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove
case for flag_no_mach_text_sections.
(EXTRA_SECTION_FUNCTIONS): Remove arg from uses of SECTION_FUNCTION.
* darwin.c (flag_no_mach_text_sections): Remove.
* darwin-protos.h (darwin_init_pragma): Remove decl.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43734 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r-- | gcc/config/darwin.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 816cd4bbb4f..a3c382cee69 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -46,10 +46,6 @@ static int machopic_data_defined_p PARAMS ((const char *)); static int func_name_maybe_scoped PARAMS ((const char *)); static void update_non_lazy_ptrs PARAMS ((const char *)); -/* Make everything that used to go in the text section really go there. */ - -int flag_no_mach_text_sections = 0; - int name_needs_quotes (name) const char *name; |