Commit 20f9202d by David O'Brien

Under the "obviously correct" rule, fix the formatting breakage of people using 8-space indents vs.

Under the "obviously correct" rule, fix the formatting breakage of people
using 8-space indents vs. a single <tab> character.

From-SVN: r40221
parent 1d67c69a
...@@ -22,17 +22,17 @@ Sat Mar 3 19:47:13 CET 2001 Jan Hubicka <jh@suse.cz> ...@@ -22,17 +22,17 @@ Sat Mar 3 19:47:13 CET 2001 Jan Hubicka <jh@suse.cz>
2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk> 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
* cpplex.c (parse_string): Unconditionally pedwarn. * cpplex.c (parse_string): Unconditionally pedwarn.
2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk> 2001-03-03 Neil Booth <neil@daikokuya.demon.co.uk>
* cpp.texi: Update. * cpp.texi: Update.
* cppexp.c (parse_number): Update. * cppexp.c (parse_number): Update.
* cpplex.c (parse_string): Pedwarn if multiline string does not * cpplex.c (parse_string): Pedwarn if multiline string does not
result from a system header's macro. result from a system header's macro.
* cpplib.h (sys_objmacro_p): Rename sys_macro_p. * cpplib.h (sys_objmacro_p): Rename sys_macro_p.
* cppmacro.c (sys_objmacro_p): Rename sys_macro_p. Return true * cppmacro.c (sys_objmacro_p): Rename sys_macro_p. Return true
for function-like macros too. for function-like macros too.
* c-lex.c (lex_number): Update. * c-lex.c (lex_number): Update.
2001-03-03 Richard Henderson <rth@redhat.com> 2001-03-03 Richard Henderson <rth@redhat.com>
...@@ -3084,7 +3084,7 @@ Tue Jan 16 17:20:43 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> ...@@ -3084,7 +3084,7 @@ Tue Jan 16 17:20:43 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2001-01-16 Phil Edwards <pme@sources.redhat.com> 2001-01-16 Phil Edwards <pme@sources.redhat.com>
* gcc.c: Revert previous -fsyntax-only-related change; move * gcc.c: Revert previous -fsyntax-only-related change; move
to cp/g++spec.c. to cp/g++spec.c.
2001-01-16 Jakub Jelinek <jakub@redhat.com> 2001-01-16 Jakub Jelinek <jakub@redhat.com>
...@@ -3111,7 +3111,7 @@ Tue Jan 16 17:20:43 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> ...@@ -3111,7 +3111,7 @@ Tue Jan 16 17:20:43 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2001-01-16 Phil Edwards <pme@sources.redhat.com> 2001-01-16 Phil Edwards <pme@sources.redhat.com>
* gcc.c: When -fsyntax-only is given, do not complain about * gcc.c: When -fsyntax-only is given, do not complain about
unused libraries. unused libraries.
2001-01-15 Richard Henderson <rth@redhat.com> 2001-01-15 Richard Henderson <rth@redhat.com>
...@@ -3619,7 +3619,7 @@ Sat Jan 13 09:53:32 MET 2001 Jan Hubicka <jh@suse.cz> ...@@ -3619,7 +3619,7 @@ Sat Jan 13 09:53:32 MET 2001 Jan Hubicka <jh@suse.cz>
2001-01-12 Phil Edwards <pme@sources.redhat.com> 2001-01-12 Phil Edwards <pme@sources.redhat.com>
* extend.texi: Move C++-extension-related node from the C section * extend.texi: Move C++-extension-related node from the C section
into the C++ section. into the C++ section.
2001-01-12 Joseph S. Myers <jsm28@cam.ac.uk> 2001-01-12 Joseph S. Myers <jsm28@cam.ac.uk>
...@@ -3742,9 +3742,9 @@ Fri Jan 12 00:04:00 MET 2001 Jan Hubicka <jh@suse.cz> ...@@ -3742,9 +3742,9 @@ Fri Jan 12 00:04:00 MET 2001 Jan Hubicka <jh@suse.cz>
2000-01-11 Mark Elbrecht <snowball3@bigfoot.com> 2000-01-11 Mark Elbrecht <snowball3@bigfoot.com>
* cppfiles.c (cpp_included, find_include_file, _cpp_execute_include) * cppfiles.c (cpp_included, find_include_file, _cpp_execute_include)
(read_name_map): Use IS_ABSOLUTE_PATH. (read_name_map): Use IS_ABSOLUTE_PATH.
* tradcpp.c (get_filename): Likewise. * tradcpp.c (get_filename): Likewise.
2001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr> 2001-01-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
...@@ -4027,7 +4027,7 @@ Tue Jan 9 21:25:19 2001 Jeffrey A Law (law@cygnus.com) ...@@ -4027,7 +4027,7 @@ Tue Jan 9 21:25:19 2001 Jeffrey A Law (law@cygnus.com)
2001-01-09 Alan Lehotsky <lehotsky@tiac.net> 2001-01-09 Alan Lehotsky <lehotsky@tiac.net>
* reload.c (find_reloads_address): Check for eliminable registers * reload.c (find_reloads_address): Check for eliminable registers
when substituting a constant expression for a pseudo. when substituting a constant expression for a pseudo.
2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk> 2001-01-09 Joseph S. Myers <jsm28@cam.ac.uk>
...@@ -5212,7 +5212,7 @@ Tue Jan 2 10:47:38 2001 Richard Kenner <kenner@vlsi1.ultra.nyu. ...@@ -5212,7 +5212,7 @@ Tue Jan 2 10:47:38 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.
2000-12-27 Phil Edwards <pme@sources.redhat.com> 2000-12-27 Phil Edwards <pme@sources.redhat.com>
* extend.texi (C++ Extensions): New node for C++ attributes; * extend.texi (C++ Extensions): New node for C++ attributes;
describe init_priority and com_interface. describe init_priority and com_interface.
* invoke.texi: Remove -finit-priority as it now has zero effect. * invoke.texi: Remove -finit-priority as it now has zero effect.
* install.texi: Fix xref syntax. * install.texi: Fix xref syntax.
* md.texi: Likewise. * md.texi: Likewise.
......
...@@ -13,12 +13,12 @@ Tue May 18 03:53:37 1999 Craig Burley <craig@jcb-sc.com> ...@@ -13,12 +13,12 @@ Tue May 18 03:53:37 1999 Craig Burley <craig@jcb-sc.com>
Tue May 18 00:51:46 1999 Krister Walfridsson <cato@df.lth.se> Tue May 18 00:51:46 1999 Krister Walfridsson <cato@df.lth.se>
* configure.in (arm*-*-netbsd*): Use collect2. * configure.in (arm*-*-netbsd*): Use collect2.
(i[34567]86-*-netbsd*): Likewise. (i[34567]86-*-netbsd*): Likewise.
(m68k*-*-netbsd*): Likewise. (m68k*-*-netbsd*): Likewise.
(ns32k-*-netbsd*): Likewise. (ns32k-*-netbsd*): Likewise.
(sparc-*-netbsd*): Likewise. (sparc-*-netbsd*): Likewise.
(vax-*-netbsd*): Likewise. (vax-*-netbsd*): Likewise.
* configure: Rebuilt. * configure: Rebuilt.
Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu> Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu>
...@@ -57,9 +57,9 @@ Mon May 17 19:45:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> ...@@ -57,9 +57,9 @@ Mon May 17 19:45:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Mon May 17 07:23:34 1999 Mark Mitchell <mark@codesourcery.com> Mon May 17 07:23:34 1999 Mark Mitchell <mark@codesourcery.com>
* tree.def (TYPE_NONCOPIED_PARTS): Revise documentation to match * tree.def (TYPE_NONCOPIED_PARTS): Revise documentation to match
reality. reality.
* expr.c (init_noncopied_parts): Don't generate initializers for * expr.c (init_noncopied_parts): Don't generate initializers for
parts that don't need them. parts that don't need them.
Mon May 17 02:56:35 PDT 1999 Jeff Law (law@cygnus.com) Mon May 17 02:56:35 PDT 1999 Jeff Law (law@cygnus.com)
...@@ -118,7 +118,7 @@ Sat May 15 14:09:08 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz> ...@@ -118,7 +118,7 @@ Sat May 15 14:09:08 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
Fri May 14 21:31:36 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz> Fri May 14 21:31:36 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.md (*umulqi3_highpart_clobber): Fix operand 2 * config/c4x/c4x.md (*umulqi3_highpart_clobber): Fix operand 2
constraints order. constraints order.
1999-05-14 Ulrich Drepper <drepper@cygnus.com> 1999-05-14 Ulrich Drepper <drepper@cygnus.com>
...@@ -159,10 +159,10 @@ Thu May 13 01:31:19 1999 Nick Burrett <nick.burrett@btinternet.com> ...@@ -159,10 +159,10 @@ Thu May 13 01:31:19 1999 Nick Burrett <nick.burrett@btinternet.com>
Wed May 12 18:08:48 1999 David Edelsohn <edelsohn@gnu.org> Wed May 12 18:08:48 1999 David Edelsohn <edelsohn@gnu.org>
Richard Henderson <rth@cygnus.com> Richard Henderson <rth@cygnus.com>
* rs6000.c (print_operand) [w]: Calculate signed constant more clearly. * rs6000.c (print_operand) [w]: Calculate signed constant more clearly.
(rs6000_allocate_stack_space): Print as hexadecimal value. (rs6000_allocate_stack_space): Print as hexadecimal value.
* rs6000.h (CONST_OK_FOR_LETTER_P): 'L' checks for a signed, * rs6000.h (CONST_OK_FOR_LETTER_P): 'L' checks for a signed,
16-bit shifted constant. Fix typo for 'P'. 16-bit shifted constant. Fix typo for 'P'.
(EXTRA_CONSTARINT): 'T' checks for a 32-bit mask operand. (EXTRA_CONSTARINT): 'T' checks for a 32-bit mask operand.
* rs6000.md (movsi, addsi3_internal1, movdi, adddi3_internal1): * rs6000.md (movsi, addsi3_internal1, movdi, adddi3_internal1):
Use 'L' for shifted constant. Use 'L' for shifted constant.
...@@ -338,8 +338,8 @@ Sat May 8 01:25:09 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> ...@@ -338,8 +338,8 @@ Sat May 8 01:25:09 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
Fri May 7 19:10:15 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com> Fri May 7 19:10:15 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
* sparc.h (GO_IF_LEGITIMATE_ADDRESS): Prohibit REG+REG addressing * sparc.h (GO_IF_LEGITIMATE_ADDRESS): Prohibit REG+REG addressing
for TFmode when there are no instructions which accept REG+REG for TFmode when there are no instructions which accept REG+REG
instructions. instructions.
Fri May 7 12:38:54 1999 Jim Wilson <wilson@cygnus.com> Fri May 7 12:38:54 1999 Jim Wilson <wilson@cygnus.com>
...@@ -400,10 +400,10 @@ Wed May 5 23:44:15 1999 J"orn Rennecke <amylaar@cygnus.co.uk> ...@@ -400,10 +400,10 @@ Wed May 5 23:44:15 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
Wed May 5 16:26:13 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com> Wed May 5 16:26:13 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>
* function.c (purge_addressof_replacements): Rename into * function.c (purge_addressof_replacements): Rename into
purge_bitfield_addressof_replacements. purge_bitfield_addressof_replacements.
(purge_addressof_replacements): New variable. (purge_addressof_replacements): New variable.
(purge_addressof_1): Add code for changing addressof in notes for (purge_addressof_1): Add code for changing addressof in notes for
field values which are extracted by usage MEM with narrower mode. field values which are extracted by usage MEM with narrower mode.
(purge_addressof): Initialize purge_bitfield_addressof_replacements. (purge_addressof): Initialize purge_bitfield_addressof_replacements.
Wed May 5 07:40:02 1999 Nick Clifton <nickc@cygnus.com> Wed May 5 07:40:02 1999 Nick Clifton <nickc@cygnus.com>
...@@ -620,12 +620,12 @@ Mon Apr 26 23:28:54 1999 Mumit Khan <khan@xraylith.wisc.edu> ...@@ -620,12 +620,12 @@ Mon Apr 26 23:28:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
(store_one_arg): Change ptr_mode to Pmode in (store_one_arg): Change ptr_mode to Pmode in
setup for chkr_set_right_libfunc. setup for chkr_set_right_libfunc.
* c-parse.in (absdcl1): Allow attributes in explicit typespecs. * c-parse.in (absdcl1): Allow attributes in explicit typespecs.
(%expect): Update. (%expect): Update.
* c-parse.y: Regenerate. * c-parse.y: Regenerate.
* c-parse.c: Likewise. * c-parse.c: Likewise.
* objc/objc-parse.c: Likewise. * objc/objc-parse.c: Likewise.
* objc/objc-parse.y: Likewise. * objc/objc-parse.y: Likewise.
Mon Apr 26 21:17:41 1999 Jason Merrill <jason@yorick.cygnus.com> Mon Apr 26 21:17:41 1999 Jason Merrill <jason@yorick.cygnus.com>
...@@ -745,12 +745,12 @@ Mon Apr 26 00:58:54 1999 Jerry Quinn <jquinn@nortelnetworks.com> ...@@ -745,12 +745,12 @@ Mon Apr 26 00:58:54 1999 Jerry Quinn <jquinn@nortelnetworks.com>
Mon Apr 26 00:28:25 1999 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr> Mon Apr 26 00:28:25 1999 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
* flags.h (inline_max_insns): Declare. * flags.h (inline_max_insns): Declare.
* integrate.c (inline_max_insns): New variable. * integrate.c (inline_max_insns): New variable.
(function_cannot_inline_p): Use it. (function_cannot_inline_p): Use it.
* toplev.c (main): Add the flag -finline-limit-n. * toplev.c (main): Add the flag -finline-limit-n.
(display_help): Document -finline-limit-n. (display_help): Document -finline-limit-n.
* invoke.texi: Document -finline-limit-n * invoke.texi: Document -finline-limit-n
Sun Apr 25 23:03:32 1999 Richard Henderson <rth@cygnus.com> Sun Apr 25 23:03:32 1999 Richard Henderson <rth@cygnus.com>
...@@ -901,7 +901,7 @@ Tue Apr 20 16:38:11 1999 Richard Henderson <rth@cygnus.com> ...@@ -901,7 +901,7 @@ Tue Apr 20 16:38:11 1999 Richard Henderson <rth@cygnus.com>
Tue Apr 20 17:57:14 1999 Catherine Moore <clm@cygnus.com> Tue Apr 20 17:57:14 1999 Catherine Moore <clm@cygnus.com>
* config/arm/arm.md (movhi): Add check for odd offset. * config/arm/arm.md (movhi): Add check for odd offset.
Tue Apr 20 13:14:58 EDT 1999 John Wehle (john@feith.com) Tue Apr 20 13:14:58 EDT 1999 John Wehle (john@feith.com)
...@@ -986,13 +986,13 @@ Sat Apr 17 21:30:11 1999 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de> ...@@ -986,13 +986,13 @@ Sat Apr 17 21:30:11 1999 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
Sat Apr 17 21:10:10 1999 Jan Hubicka <hubicka@freesoft.cz> Sat Apr 17 21:10:10 1999 Jan Hubicka <hubicka@freesoft.cz>
* i386.c (i386_preferred_stack_boundary_string): New global variable. * i386.c (i386_preferred_stack_boundary_string): New global variable.
(i386_preferred_stack_boundary): New global variable. (i386_preferred_stack_boundary): New global variable.
(override_functions): Set it. Tidy option setting code. (override_functions): Set it. Tidy option setting code.
* i386.h (TARGET_OPTIONS): New command line option. * i386.h (TARGET_OPTIONS): New command line option.
(i386_preferred_stack_boundary_string): Declare it. (i386_preferred_stack_boundary_string): Declare it.
(i386_preferred_stack_boundary): Likewise. (i386_preferred_stack_boundary): Likewise.
(PREFERRED_STACK_BOUNDARY): Use i386_preferred_stack_boundary. (PREFERRED_STACK_BOUNDARY): Use i386_preferred_stack_boundary.
Sat Apr 17 19:22:38 1999 Jan Hubicka <hubicka@freesoft.cz> Sat Apr 17 19:22:38 1999 Jan Hubicka <hubicka@freesoft.cz>
...@@ -1000,11 +1000,11 @@ Sat Apr 17 19:22:38 1999 Jan Hubicka <hubicka@freesoft.cz> ...@@ -1000,11 +1000,11 @@ Sat Apr 17 19:22:38 1999 Jan Hubicka <hubicka@freesoft.cz>
Sat Apr 17 19:13:22 1999 Donn Terry <donn@interix.com> Sat Apr 17 19:13:22 1999 Donn Terry <donn@interix.com>
* i386.h (PRINT_OPERAND_PUNCT_VALID_P): Allow _. * i386.h (PRINT_OPERAND_PUNCT_VALID_P): Allow _.
* i386.c (print_operand): New %_ operator. * i386.c (print_operand): New %_ operator.
(load_pic_register): Proper number of leading _ in GOT literal. (load_pic_register): Proper number of leading _ in GOT literal.
* i386.md (prologue_get_pc_and_set_got): Likewise. * i386.md (prologue_get_pc_and_set_got): Likewise.
* i386/unix.h (ASM_OUTPUT_MI_THUNK): Likewise. * i386/unix.h (ASM_OUTPUT_MI_THUNK): Likewise.
Sat Apr 17 19:13:07 1999 Richard Henderson <rth@cygnus.com> Sat Apr 17 19:13:07 1999 Richard Henderson <rth@cygnus.com>
...@@ -1097,12 +1097,12 @@ Thu Apr 15 23:13:35 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz> ...@@ -1097,12 +1097,12 @@ Thu Apr 15 23:13:35 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
Thu Apr 15 02:45:19 1999 Mumit Khan <khan@xraylith.wisc.edu> Thu Apr 15 02:45:19 1999 Mumit Khan <khan@xraylith.wisc.edu>
* aclocal.m4 (GCC_FUNC_MKDIR_TAKES_ONE_ARG): Define. * aclocal.m4 (GCC_FUNC_MKDIR_TAKES_ONE_ARG): Define.
* configure.in: Use. * configure.in: Use.
* configure: Rebuilt. * configure: Rebuilt.
* acconfig.h (MKDIR_TAKES_ONE_ARG): Add. * acconfig.h (MKDIR_TAKES_ONE_ARG): Add.
* config.in: Rebuilt. * config.in: Rebuilt.
* system.h: Use. * system.h: Use.
Thu Apr 15 01:03:21 1999 Jan Hubicka <hubicka@freesoft.cz> Thu Apr 15 01:03:21 1999 Jan Hubicka <hubicka@freesoft.cz>
Jeff Law <law@cygnus.com> Jeff Law <law@cygnus.com>
......
...@@ -1403,7 +1403,7 @@ Tue Jun 6 19:25:32 2000 Philippe De Muyter <phdm@macqel.be> ...@@ -1403,7 +1403,7 @@ Tue Jun 6 19:25:32 2000 Philippe De Muyter <phdm@macqel.be>
2000-06-06 Nathan Sidwell <nathan@codesourcery.com> 2000-06-06 Nathan Sidwell <nathan@codesourcery.com>
* eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines. * eh-common.h (EH_ALLOC_SIZE, EH_ALLOC_ALIGN): New #defines.
(eh_context): Add alloc_mask and alloc_buffer emergency fallback (eh_context): Add alloc_mask and alloc_buffer emergency fallback
space. space.
* libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on * libgcc2.c (__eh_alloc): Moved from cp/exception.cc. Fallback on
...@@ -3302,33 +3302,33 @@ Wed May 17 18:06:12 2000 John David Anglin <dave@hiauly1.hia.nrc.ca> ...@@ -3302,33 +3302,33 @@ Wed May 17 18:06:12 2000 John David Anglin <dave@hiauly1.hia.nrc.ca>
Wed May 17 17:27:44 2000 Andrew Cagney <cagney@b1.cygnus.com> Wed May 17 17:27:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
* flags.h (warn_unused_function, warn_unused_label, * flags.h (warn_unused_function, warn_unused_label,
warn_unused_parameter, warn_unused_variable, warn_unused_value): warn_unused_parameter, warn_unused_variable, warn_unused_value):
Replace ``warn_unused''. Replace ``warn_unused''.
(set_Wunused): Add declaration. (set_Wunused): Add declaration.
* toplev.c (set_Wunused): New function. * toplev.c (set_Wunused): New function.
(warn_unused_function, warn_unused_label, warn_unused_parameter, (warn_unused_function, warn_unused_label, warn_unused_parameter,
warn_unused_variable, warn_unused_value): New variables. warn_unused_variable, warn_unused_value): New variables.
(W_options): Add -Wunused-function, -Wunused-function, (W_options): Add -Wunused-function, -Wunused-function,
-Wunused-label, -Wunused-parameter, -Wunused-variable and -Wunused-label, -Wunused-parameter, -Wunused-variable and
-Wunused-value. Delete -Wunused. Handled in decode_W_option. -Wunused-value. Delete -Wunused. Handled in decode_W_option.
* toplev.c (decode_W_option): Update -Wunused flags by calling * toplev.c (decode_W_option): Update -Wunused flags by calling
set_Wunused. set_Wunused.
* c-decl.c (c_decode_option): Ditto for -Wall. * c-decl.c (c_decode_option): Ditto for -Wall.
* stmt.c (expand_expr_stmt, expand_expr_stmt, * stmt.c (expand_expr_stmt, expand_expr_stmt,
warn_about_unused_variables): Replace warn_unused with more warn_about_unused_variables): Replace warn_unused with more
explicit warn_unused_value et.al. explicit warn_unused_value et.al.
* function.c (expand_function_end): Ditto. * function.c (expand_function_end): Ditto.
* c-typeck.c (internal_build_compound_expr, * c-typeck.c (internal_build_compound_expr,
internal_build_compound_expr): Ditto. internal_build_compound_expr): Ditto.
* c-decl.c (poplevel, pop_label_level): Ditto. * c-decl.c (poplevel, pop_label_level): Ditto.
* toplev.c (check_global_declarations): Replace warn_unused with * toplev.c (check_global_declarations): Replace warn_unused with
check for either warn_unused_function or warn_unused_variable. check for either warn_unused_function or warn_unused_variable.
* gcc.1, invoke.texi (Warning Options): Document * gcc.1, invoke.texi (Warning Options): Document
-Wunused-function, -Wunused-function, -Wunused-label, -Wunused-function, -Wunused-function, -Wunused-label,
-Wunused-parameter, -Wunused-variable and -Wunused-value options. -Wunused-parameter, -Wunused-variable and -Wunused-value options.
Wed May 17 10:28:12 2000 Philippe De Muyter <phdm@macqel.be> Wed May 17 10:28:12 2000 Philippe De Muyter <phdm@macqel.be>
...@@ -3941,7 +3941,7 @@ Tue May 9 22:28:03 2000 Denis Chertykov <denisc@overta.ru> ...@@ -3941,7 +3941,7 @@ Tue May 9 22:28:03 2000 Denis Chertykov <denisc@overta.ru>
Tue May 9 20:52:43 2000 Denis Chertykov <denisc@overta.ru> Tue May 9 20:52:43 2000 Denis Chertykov <denisc@overta.ru>
* config/avr/avr-protos.h (extra_constraint): change a type of * config/avr/avr-protos.h (extra_constraint): change a type of
second argument from char to int to avoid warnings. second argument from char to int to avoid warnings.
(asm_output_byte): Likewise. (asm_output_byte): Likewise.
...@@ -4255,15 +4255,15 @@ Sun May 7 00:54:57 EDT 2000 John Wehle (john@feith.com) ...@@ -4255,15 +4255,15 @@ Sun May 7 00:54:57 EDT 2000 John Wehle (john@feith.com)
2000-05-06 Zack Weinberg <zack@wolery.cumb.org> 2000-05-06 Zack Weinberg <zack@wolery.cumb.org>
* cpphash.h: Remove conditional #define of __extension__. * cpphash.h: Remove conditional #define of __extension__.
* rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2, * rtl.h: Add __extension__ to RTL_CHECK1, RTL_CHECK2,
RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros RTL_CHECKC1, RTL_CHECKC2, and RTVEC_ELT macros
(ENABLE_RTL_CHECKING only). (ENABLE_RTL_CHECKING only).
* tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK, * tree.h: Add __extension__ to TREE_CHECK, TREE_CLASS_CHECK,
CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros CST_OR_CONSTRUCTOR_CHECK, and EXPR_CHECK macros
(ENABLE_TREE_CHECKING only). (ENABLE_TREE_CHECKING only).
* varray.h: Add __extension__ to VARRAY_CHECK macro * varray.h: Add __extension__ to VARRAY_CHECK macro
(ENABLE_CHECKING only). (ENABLE_CHECKING only).
2000-05-06 Richard Earnshaw (reanrsha@arm.com) 2000-05-06 Richard Earnshaw (reanrsha@arm.com)
...@@ -5280,7 +5280,7 @@ Fri Apr 28 16:30:33 2000 Marc Espie <espie@cvs.openbsd.org> ...@@ -5280,7 +5280,7 @@ Fri Apr 28 16:30:33 2000 Marc Espie <espie@cvs.openbsd.org>
2000-04-27 Ulrich Drepper <drepper@cygnus.com> 2000-04-27 Ulrich Drepper <drepper@cygnus.com>
* i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
for call instruction with mode QImode. for call instruction with mode QImode.
2000-04-27 Alex Samuel <samuel@codesourcery.com> 2000-04-27 Alex Samuel <samuel@codesourcery.com>
...@@ -5637,7 +5637,7 @@ Tue Apr 25 16:16:04 2000 Andrew MacLeod <amacleod@cygnus.com> ...@@ -5637,7 +5637,7 @@ Tue Apr 25 16:16:04 2000 Andrew MacLeod <amacleod@cygnus.com>
* config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
in fr_pad_size calculation. in fr_pad_size calculation.
(save_restore_insns): Move PR save area. Correct uses of (save_restore_insns): Move PR save area. Correct uses of
RTX_FRAME_RELATED_P. RTX_FRAME_RELATED_P.
(ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P. (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
(ia64_expand_epilogue): Add eh_epilogue support. (ia64_expand_epilogue): Add eh_epilogue support.
(ia64_function_prologue): Emit .prologue directive. (ia64_function_prologue): Emit .prologue directive.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment