summaryrefslogtreecommitdiff
path: root/gcc/c-pragma.h
Commit message (Expand)AuthorAgeFilesLines
* c-ppoutput.c (scan_translation_unit): Handle CPP_PRAGMA and CPP_PRAGMA_EOL.Jakub Jelinek2008-02-271-1/+3
* c-common.c (fname_as_string): Update.Tom Tromey2007-09-131-11/+10
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-6/+5
* c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for ...Zack Weinberg2006-12-101-3/+20
* Whitespace fixupsMike Stump2006-05-181-1/+1
* re PR c++/21764 (visibility attributes on namespace scope)Jason Merrill2006-03-201-0/+2
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-1/+1
* [multiple changes]Diego Novillo2006-01-181-0/+15
* directives.c (struct pragma_entry): Add is_deferred.Richard Henderson2006-01-041-5/+20
* c-lex.c (pragma_lex): Rename from c_lex.Richard Henderson2005-11-261-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* builtin-attrs.def, [...]: Update copyright.Kazu Hirata2005-03-131-1/+1
* c-tree.h (struct c_declarator): New id_loc field.Per Bothner2005-03-111-1/+1
* [multiple changes]Joseph Myers2004-11-291-0/+1
* sol2-c.c (solaris_register_pragmas): Use c_register_pragma_with_expansion.Daniel Jacobowitz2004-11-231-1/+3
* c-common.c (fix_string_type): Build the unqualified array type unconditionall...Matt Austern2004-09-211-0/+4
* Makefile.in (C_PRAGMA_H): New variable to track dependencies of c-pragma.h.Bernardo Innocenti2004-07-261-2/+4
* re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas2004-07-251-0/+5
* c-pragma.h (c_lex_string_translate): Change type to int.Alexandre Oliva2004-06-151-3/+5
* target-supports.exp (check-iconv-available): New function.Eric Christopher2004-02-271-0/+4
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1
* c-lex.c (c_lex): Rename to...Giovanni Bajo2004-01-291-0/+1
* c-pragma.h (HANDLE_PRAGMA_WEAK): Always define to SUPPORTS_WEAK.J"orn Rennecke2003-07-161-4/+1
* basic-block.h: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-3/+2
* Convert to ISO C90.Andreas Jaeger2003-06-221-6/+6
* coretypes.h (cpp_reader): Forward declare struct.Stan Shebs2003-01-281-1/+0
* c-pragma.c (c_register_pragma): New.Neil Booth2003-01-011-11/+6
* c-pragma.h (add_to_renaming_pragma_list): New function.Steve Ellcey2002-07-081-0/+1
* Makefile.in (C_COMMON_H): Fix.Neil Booth2002-05-251-0/+9
* c-pragma.c (maybe_apply_renaming_pragma): New.Richard Henderson2002-03-221-0/+1
* c-decl.c: Include c-pragma.h.Richard Henderson2002-03-141-0/+2
* tm.texi (ASM_WEAKEN_DECL): Document.Alan Modra2002-03-011-3/+2
* bitmap.h: Fix comment formatting.Kazu Hirata2002-01-181-2/+3
* c-pragma.h (cpp_register_pragma_space): Remove.Neil Booth2001-10-141-1/+0
* c-pragma.h (add_weak): Move prototype from here...Eric Christopher2001-08-281-5/+0
* c-pragma.h: Move weak_syms and weak_decls...Jason Merrill2001-08-241-11/+0
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL and ASM_OUTPUT_W...H.J. Lu2001-07-171-3/+3
* Standardize header guards.Richard Henderson2001-05-251-3/+3
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-1/+1
* c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth2000-11-251-5/+0
* c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.Zack Weinberg2000-09-081-16/+2
* c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_TARGET_PRAGMAS is defined.Zack Weinberg2000-09-071-1/+13
* Integrated preprocessor.Zack Weinberg2000-09-071-32/+11
* top level:Zack Weinberg2000-08-291-3/+3
* c-common.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-121-4/+4
* Applied Mumit Khan's patch to fix #pragma push/pop handling.Mumit Khan1999-10-191-3/+0
* c-pragma.c (mark_align_stack): New.Richard Henderson1999-09-181-0/+3
* Makefile.in (cppexp.o): Depend on cpphash.h.Geoff Keating1999-09-091-3/+3
* c-pragma.c (push_alignment): Don't ignore alignments greater than 4 bytes.Jason Merrill1999-04-261-4/+3