mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.8 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/gcc/gcc2/gcc34.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- gcc-2.95.3/gcc/ch/ch-tree.h 1999-01-31 18:46:25.000000000 +0100
  20. +++ src.gcc2.1099510949.16190.2814630526/gcc-2.95.3/gcc/ch/ch-tree.h 2004-11-03 21:31:04.000000000 +0100
  21. @@ -733,7 +733,7 @@
  22. extern tree start_enum PROTO((tree));
  23. extern int start_function PROTO((tree, tree, int));
  24. extern tree start_decl PROTO((tree, tree, int));
  25. -extern tree start_struct PROTO((enum tree_code, tree));
  26. +extern tree start_struct PROTO((enum chill_tree_code code, tree name ATTRIBUTE_UNUSED));
  27. extern void store_parm_decls PROTO((void));
  28. extern tree xref_tag PROTO((enum tree_code, tree));
  29. @@ -902,7 +902,7 @@
  30. extern void init_chill_expand PROTO((void));
  31. extern void chill_expand_assignment PROTO((tree, enum chill_tree_code, tree));
  32. extern void expand_assignment_action PROTO((tree, enum chill_tree_code, tree));
  33. -extern int compare_int_csts PROTO((enum chill_tree_code,
  34. +extern int compare_int_csts PROTO((enum tree_code,
  35. tree, tree));
  36. extern void expand_varying_length_assignment PROTO((tree, tree));
  37. extern tree force_addr_of PROTO((tree));
  38. gcc-2.95.3/gcc/ch/ch-tree.h src.gcc2.1099510949.16190.2814630526/gcc-2.95.3/gcc/ch/ch-tree.h~
  39. --- gcc-2.95.3/gcc/f/com.h 1999-04-17 12:58:25.000000000 +0200
  40. +++ src.gcc2.1099510949.16190.2814630526/gcc-2.95.3/gcc/f/com.h 2004-11-03 21:37:18.583976240 +0100
  41. @@ -310,7 +310,7 @@
  42. void ffecom_finish_progunit (void);
  43. tree ffecom_get_invented_identifier (const char *pattern, const char *text,
  44. int number);
  45. -ffeinfoKindtype ffecom_gfrt_basictype (ffecomGfrt ix);
  46. +ffeinfoBasictype ffecom_gfrt_basictype (ffecomGfrt ix);
  47. ffeinfoKindtype ffecom_gfrt_kindtype (ffecomGfrt ix);
  48. void ffecom_init_0 (void);
  49. void ffecom_init_2 (void);
  50. gcc-2.95.3/gcc/f/com.h src.gcc2.1099510949.16190.2814630526/gcc-2.95.3/gcc/f/com.h~