Benjamin Kosnik
6a734d618f
basic_file_stdio.cc (__gnu_internal::fopen_mode): New function.
...
2004-02-04 Benjamin Kosnik <bkoz@redhat.com>
Zack Weinberg <zack@codesourcery.com>
* config/io/basic_file_stdio.cc (__gnu_internal::fopen_mode):
New function.
(__basic_file<char>::sys_open, __basic_file<char>::open): Use it.
(__basic_file<char>::_M_open_mode): Delete.
* config/io/basic_file_stdio.cc: Delete declaration of _M_open_mode.
* testsuite/27_io/basic_filebuf/close/char/9964.cc
* testsuite/27_io/basic_filebuf/open/char/9507.cc:
Correct flags to filebuf::open calls.
* config/abi/alpha-freebsd5/baseline_symbols.txt
* config/abi/alpha-linux-gnu/baseline_symbols.txt
* config/abi/hppa-linux-gnu/baseline_symbols.txt
* config/abi/i386-freebsd4/baseline_symbols.txt
* config/abi/i386-freebsd5/baseline_symbols.txt
* config/abi/i486-linux-gnu/baseline_symbols.txt
* config/abi/ia64-linux-gnu/baseline_symbols.txt
* config/abi/mips-linux-gnu/baseline_symbols.txt
* config/abi/sparc-freebsd5/baseline_symbols.txt
* config/abi/sparc-linux-gnu/baseline_symbols.txt
* config/abi/x86_64-linux-gnu/baseline_symbols.txt:
Remove entry for __basic_file<char>::_M_open_mode.
From-SVN: r77298
2004-02-05 05:24:18 +00:00
Mark Mitchell
f583e45212
re PR c++/13932 (duplicate warning message for conversion)
...
PR c++/13932
* call.c (convert_like_real): Use "converting" rather than
"argument" as the descriptive keyword to
dubious_conversion_warnings.
* typeck.c (convert_for_assignment): Do not call
dubious_conversion_warnings.
PR c++/13932
* g++.dg/warn/conv2.C: New test.
From-SVN: r77297
2004-02-05 05:22:21 +00:00
Mark Mitchell
bfa21a28ea
file-format.exp (gcc_target_object_format): Use ${tool}_target_compile, not gcc_target_compile.
...
* lib/file-format.exp (gcc_target_object_format): Use
${tool}_target_compile, not gcc_target_compile.
* lib/target-supports.exp (check_alias_available): Likewise.
(check_gc_sections_available): Likewise.
* g++.dg/ext/attrib10.C: Use dg-require-alias.
* g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
dg-require-alias.
From-SVN: r77295
2004-02-05 05:09:38 +00:00
Loren J. Rittle
f63fd68beb
* testsuite/performance/20_util/allocator/insert.cc (main): Tweak.
...
From-SVN: r77293
2004-02-05 03:52:41 +00:00
Giovanni Bajo
7778d52d89
re PR c++/13086 (the location of the warning message is wrong when calling delete on incomplete type)
...
PR c++/13086
* g++.dg/warn/incomplete1.C: Remove xfail.
From-SVN: r77290
2004-02-05 02:49:31 +00:00
Giovanni Bajo
b1e5b86c52
re PR c++/13086 (the location of the warning message is wrong when calling delete on incomplete type)
...
PR c++/13086
* init.c (build_delete): Emit a more informative error message in
case of an incomplete type, and on the correct source line.
From-SVN: r77289
2004-02-05 02:48:31 +00:00
Mark Mitchell
6f3d0d2f8d
re PR c++/9941 (typeinfo not generated correctly when #pragmas are involved)
...
PR c++/9941
* rtti.c (tinfo_base_init): Use import_export_tinfo to decide the
linkage for the typeinfo name string.
From-SVN: r77288
2004-02-05 01:58:10 +00:00
Benjamin Kosnik
de8a2f8702
[multiple changes]
...
2004-02-04 Felix Yen <fwy@alumni.brown.edu>
* testsuite/performance/20_util/producer_consumer.cc: New.
* testsuite/performance/20_util/allocator/insert_insert.cc: Two loops.
2004-02-04 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/performance/20_util/allocator.cc: Move to..
* testsuite/performance/20_util/allocator/insert.cc: ...here.
* testsuite/performance/20_util/allocator_thread.cc: Move to...
* testsuite/performance/20_util/allocator/insert_insert.cc: ...here.
* testsuite/performance/20_util/allocator_map_thread.cc: Move to...
* testsuite/performance/20_util/allocator/map_thread.cc: ...here.
From-SVN: r77285
2004-02-05 01:33:07 +00:00
GCC Administrator
90bd9d546d
Daily bump.
...
From-SVN: r77282
2004-02-05 00:16:15 +00:00
Geoffrey Keating
892629bc47
Partial merge from upstream:
...
* ltmain.in: When setting IFS to '~', be careful about user
arguments that contain '~'.
From-SVN: r77279
2004-02-04 23:58:48 +00:00
Geoffrey Keating
3c241c19b0
reload.c (find_equiv_reg): When checking for register overlap, don't index hard_regno_nregs with a pseudo-reg.
...
* reload.c (find_equiv_reg): When checking for register overlap,
don't index hard_regno_nregs with a pseudo-reg.
From-SVN: r77278
2004-02-04 23:58:11 +00:00
Ulrich Weigand
a322288b35
* config/s390/s390.c (s390_trampoline_template): Remove gen_rtx().
...
From-SVN: r77277
2004-02-04 23:46:29 +00:00
David Edelsohn
859b9c1dcf
reload.c (refers_to_regno_for_reload_p): Test regno, not inner_regno, against FIRST_PSEUDO_REGISTER.
...
* reload.c (refers_to_regno_for_reload_p): Test regno, not inner_regno,
against FIRST_PSEUDO_REGISTER.
From-SVN: r77276
2004-02-04 17:35:46 -05:00
Graydon Hoare
cbc848da46
SwingUtilities.java: Many new functions.
...
2004-02-02 Graydon Hoare <graydon@redhat.com>
* javax/swing/SwingUtilities.java: Many new functions.
* java/awt/Container.java (LightweightDispatcher): Reimplement.
* javax/swing/basic/BasicGraphicsUtils.java
(getPreferredButtonSize): Start layout from top-left corner.
From-SVN: r77271
2004-02-04 20:43:32 +00:00
Rainer Orth
7e63a64ece
Makefile.in: Move target, host overrides after per-language fragments.
...
* Makefile.in: Move target, host overrides after per-language
fragments.
* config/mips/t-iris5-as (FORCE_DEBUG_ADAFLAGS): Clear.
(GNATLIBCFLAGS): Remove -g.
From-SVN: r77270
2004-02-04 20:39:15 +00:00
Kazu Hirata
5efb104680
alpha.c, [...]: Revert the replacements of "FALLTHRU" with "Fall through" done in the previous...
...
* config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
config/ia64/ia64.c, config/ia64/unwind-ia64.c,
config/m32r/m32r.c, config/ns32k/ns32k.c, config/pa/pa.c,
config/pdp11/pdp11.c, config/rs6000/rs6000.c,
config/sparc/sparc.c, config/vax/vax.c: Revert the
replacements of "FALLTHRU" with "Fall through" done in the
previous patch.
From-SVN: r77269
2004-02-04 20:27:12 +00:00
Kazu Hirata
ff482c8d4d
darwin.c, [...]: Fix comment formatting.
...
* config/darwin.c, config/darwin.h, config/freebsd-spec.h,
config/arm/arm.c, config/arm/arm.md,
config/cris/cris-protos.h, config/fr30/fr30.c,
config/fr30/fr30.h, config/h8300/h8300.c, config/i386/i386.h,
config/i860/i860.c, config/i860/i860.h, config/ia64/ia64-c.c,
config/ia64/ia64.c, config/ia64/ia64.h, config/ip2k/ip2k.h,
config/ip2k/ip2k.md, config/ip2k/libgcc.S,
config/m32r/linux.h, config/m32r/m32r.c, config/m32r/m32r.h,
config/m68k/m68k.c, config/m68k/netbsd-elf.h,
config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.md,
config/ns32k/netbsd.h, config/ns32k/ns32k.c,
config/ns32k/ns32k.h, config/pdp11/pdp11.h,
config/rs6000/darwin-ldouble.c, config/s390/s390.h,
config/s390/s390.md, config/sparc/netbsd-elf.h,
config/sparc/openbsd.h, config/sparc/sparc.c,
config/xtensa/lib2funcs.S: Fix comment formatting.
From-SVN: r77268
2004-02-04 20:01:05 +00:00
Kazu Hirata
59b9a953b6
alpha.c, [...]: Fix comment typos.
...
* config/alpha/alpha.c, config/arc/arc.c,
config/arm/arm-cores.def, config/arm/arm.c, config/arm/arm.h,
config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
config/arm/arm926ejs.md, config/arm/vfp.md, config/avr/avr.c,
config/c4x/c4x.c, config/cris/cris.c, config/frv/frv.md,
config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
config/ia64/ia64.c, config/ia64/unwind-ia64.c,
config/iq2000/iq2000.c, config/m32r/m32r.c,
config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
config/rs6000/rs6000.h, config/sparc/sparc.c,
config/vax/vax.c: Fix comment typos. Follow spelling
conventions.
From-SVN: r77267
2004-02-04 19:46:25 +00:00
Kazu Hirata
e146f815b8
alloc-pool.h, [...]: Update copyright.
...
gcc/
* alloc-pool.h, c-convert.c, c-lang.c, c-tree.h,
caller-save.c, df.h, genconfig.c, global.c, lcm.c,
ra-rewrite.c, ra.c, regclass.c, regs.h, resource.c,
sched-rgn.c, config/arm/aof.h, config/arm/cirrus.md,
config/arm/fpa.md, config/arm/iwmmxt.md,
config/arm/netbsd-elf.h, config/arm/netbsd.h,
config/m68hc11/m68hc11.md, config/mips/iris5.h,
config/mn10300/mn10300.md, config/rs6000/altivec.md,
config/sparc/netbsd-elf.h: Update copyright.
cp/
* error.c, search.c: Update copyright.
java/
* typeck.c: Update copyright.
From-SVN: r77265
2004-02-04 19:15:30 +00:00
Eric Botcazou
e2a17f6e4c
sparc.c (function_arg_pass_by_reference): Return 1 for all modes whose size is greater than 8 bytes if ARCH32.
...
* config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
for all modes whose size is greater than 8 bytes if ARCH32.
(sparc_va_arg): Handle all modes whose size is greater than 8 bytes
by reference if ARCH32.
From-SVN: r77262
2004-02-04 19:02:16 +00:00
Olga Rodimina
e530f3709e
AffineTransform.java: Corrected comments on the field definitions for m11 and m10.
...
* java/awt/geom/AffineTransform.java:
Corrected comments on the field definitions for
m11 and m10.
(shear): Fixed few errors that caused shear
transformation to be performed incorrectly.
(createInverse): Fixed to return correct
inverse of the given matrix.
From-SVN: r77261
2004-02-04 18:43:54 +00:00
Mark Mitchell
9baa27a975
re PR c++/13969 (static const value rejected as template parameter)
...
PR c++/13969
* g++.dg/template/static6.C: New test.
PR c++/13969
* cp-tree.h (fold_non_dependent_expr): New function.
* parser.c (cp_parser_fold_non_dependent_expr): Remove.
(cp_parser_template_argument): Use fold_non_dependent_expr.
(cp_parser_direct_declarator): Likewise.
* pt.c (fold_non_dependent_expr): New function.
(convert_nontype_argument): Use it.
(tsubst_qualified_id): Simplify.
(tsubst_copy_and_build): Likewise.
From-SVN: r77260
2004-02-04 18:35:18 +00:00
Jonathan Wakely
772fec9a0e
index.html: Recommend using LD_LIBRARY_PATH.
...
2004-02-04 Jonathan Wakely <redi@gcc.gnu.org>
* docs/html/faq/index.html: Recommend using LD_LIBRARY_PATH.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r77258
2004-02-04 17:45:18 +00:00
Aldy Hernandez
e0cc7f73ab
* cgraphunit.c (cgraph_postorder): Fix typo in comment.
...
From-SVN: r77257
2004-02-04 17:38:22 +00:00
Dhruv Matani
56766e0db5
debug_allocator.h: _M_extra now stands for the number of extra objects instead of the number of...
...
2004-02-04 Dhruv Matani <dhruvbird@gmx.net>
* include/ext/debug_allocator.h: _M_extra now stands for the
number of extra objects instead of the number of extra bytes.
(debug_allocator::allocate): Adjust.
(debug_allocator::deallocate): Adjust.
* include/ext/pool_allocator.h: Fix typo.
From-SVN: r77256
2004-02-04 17:37:10 +00:00
Ulrich Weigand
7bdff56f69
s390.md ("*la_64" + peepholes, [...]): Move to before adddi3 insn patterns.
...
* config/s390/s390.md ("*la_64" + peepholes, "reload_indi"): Move
to before adddi3 insn patterns.
("*la_31" + peepholes, "*la_31_and", "*la_31_and_cc", "force_la_31",
"reload_insi"): Move to before addsi3 insn patterns.
From-SVN: r77253
2004-02-04 15:55:33 +00:00
Ian Lance Taylor
5ec473b9b3
* gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
...
From-SVN: r77249
2004-02-04 13:43:43 +00:00
Kaveh R. Ghazi
c85a3379bb
encode-2.m, [...]: Fix tests for systems where `char' is unsigned by default.
...
* objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
tests for systems where `char' is unsigned by default.
From-SVN: r77247
2004-02-04 13:40:25 +00:00
Mark Mitchell
dd292d0ad8
calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P parameter.
...
* calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P
parameter. Use it instead of current_function_is_thunk.
* function.h (struct function): Update documentation for is_thunk.
* tree.h (CALL_FROM_THUNK_P): New macro.
* config/alpha/alpha.c (alpha_sa_mask): Do not check
no_new_pseudos when testing current_function_is_thunk.
* config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likeiwse.
* decl.c (cxx_push_function_context): Do not set
current_function_is_thunk.
* method.c (use_thunk): Set CALL_FROM_THUNK on the call to the
actual function.
From-SVN: r77244
2004-02-04 12:22:42 +00:00
Giovanni Bajo
18d0ecb6ec
Forgot the PR number.
...
From-SVN: r77239
2004-02-04 11:30:20 +00:00
Giovanni Bajo
2ff9cd1a32
Forgot the PR number for my last entry.
...
From-SVN: r77238
2004-02-04 11:29:57 +00:00
Giovanni Bajo
090c5291c5
* g++.dg/template/partial3.C: New test.
...
From-SVN: r77237
2004-02-04 11:28:30 +00:00
Giovanni Bajo
baa4973045
pt.c (more_specialized_class): Increase processing_template_decl while partial ordering.
...
* pt.c (more_specialized_class): Increase processing_template_decl
while partial ordering.
From-SVN: r77236
2004-02-04 11:26:26 +00:00
Arnaud Charlet
06effe875c
[multiple changes]
...
2004-02-04 Robert Dewar <dewar@gnat.com>
* 5gtasinf.adb, 5gtasinf.ads, 5gtaprop.adb, ali.adb,
ali.ads, gprcmd.adb: Minor reformatting
* bindgen.adb: Output restrictions string for new style restrictions
handling
* impunit.adb: Add s-rident.ads (System.Rident) and
s-restri (System.Restrictions)
* lib-writ.adb: Fix bug in writing restrictions string (last few
entries wrong)
* s-restri.ads, s-restri.adb: Change name Restrictions to
Run_Time_Restrictions to avoid conflict with package name.
Add circuit to read and acquire run time restrictions.
2004-02-04 Jose Ruiz <ruiz@act-europe.fr>
* restrict.ads, restrict.adb: Use the new restriction
No_Task_Attributes_Package instead of the old No_Task_Attributes.
* sem_prag.adb: No_Task_Attributes is a synonym of
No_Task_Attributes_Package.
* snames.ads, snames.adb: New entry for proper handling of
No_Task_Attributes.
* s-rident.ads: Adding restriction No_Task_Attributes_Package
(AI-00249) that supersedes the GNAT specific restriction
No_Task_Attributes.
2004-02-04 Ed Schonberg <schonberg@gnat.com>
* sem_prag.adb:
(Analyze_Pragma, case Warnings): In an inlined body, as in an instance
body, an identifier may be wrapped in an unchecked conversion.
2004-02-04 Vincent Celier <celier@gnat.com>
* lib-writ.ads: Comment update for the W lines
* bld.adb: (Expression): An empty string list is static
* fname-uf.adb: Minor comment update
* fname-uf.ads: (Get_File_Name): Document new parameter May_Fail
* gnatbind.adb: Initialize Cumulative_Restrictions with the
restrictions on the target.
From-SVN: r77233
2004-02-04 12:06:19 +01:00
Kazu Hirata
c23796791c
tm.texi: Replace SETUP_INCOMING_VARARGS with TARGET_SETUP_INCOMING_VARARGS.
...
* doc/tm.texi: Replace SETUP_INCOMING_VARARGS with
TARGET_SETUP_INCOMING_VARARGS.
From-SVN: r77226
2004-02-04 06:32:51 +00:00
Felix Yen
2226963242
allocator.cc: Add map, deque, set tests.
...
2004-02-03 Felix Yen <fwy@alumni.brown.edu>
Benjamin Kosnik <bkoz@redhat.com>
* testsuite/performance/20_util/allocator.cc: Add map,
deque, set tests.
* testsuite/performance/20_util/allocator_thread.cc: Same.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r77225
2004-02-04 06:21:21 +00:00
Kazu Hirata
a2a8cc44e9
emit-rtl.c (gen_rtx): Remove.
...
* emit-rtl.c (gen_rtx): Remove.
* genattrtab.c: Don't mention gen_rtx in a comment.
* rtl.h: Remove the prototype for gen_rtx.
* doc/md.texi: Replace gen_rtx with gen_rtx_REG.
From-SVN: r77224
2004-02-04 06:12:54 +00:00
Kazu Hirata
f61c92c390
* config/arc/arc.h, config/fr30/fr30.h
...
(SETUP_INCOMING_VARARGS): Remove the target-independent
comments.
* doc/tm.texi: Don't mention deprecated target macros.
From-SVN: r77221
2004-02-04 06:07:39 +00:00
Kazu Hirata
c35c17c1a4
fr30.h (FUNCTION_VALUE): Remove the target-independent comment.
...
* config/fr30/fr30.h (FUNCTION_VALUE): Remove the
target-independent comment.
From-SVN: r77220
2004-02-04 05:53:20 +00:00
Kazu Hirata
6b402165e3
* MAINTAINERS: Remove i960 port.
...
From-SVN: r77219
2004-02-04 05:40:42 +00:00
Kazu Hirata
cea2860314
interface.texi, [...]: Don't mention deprecated target macros.
...
* doc/interface.texi, doc/tm.texi, doc/trouble.texi: Don't
mention deprecated target macros.
From-SVN: r77217
2004-02-04 05:33:13 +00:00
Kazu Hirata
a4a4b1d364
config.gcc: Remove obsolete ports and configurations.
...
gcc/
* config.gcc: Remove obsolete ports and configurations.
* config/linux-aout.h, config/netware.h,
config/t-linux-gnulibc1, config/d30v/abi,
config/d30v/d30v-protos.h, config/d30v/d30v.c,
config/d30v/d30v.h, config/d30v/d30v.md,
config/d30v/libgcc1.asm, config/d30v/t-d30v,
config/dsp16xx/dsp16xx-modes.def,
config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md,
config/i370/README, config/i370/i370-c.c,
config/i370/i370-protos.h, config/i370/i370.c,
config/i370/i370.h, config/i370/i370.md, config/i370/linux.h,
config/i370/mvs.h, config/i370/oe.h, config/i370/t-i370,
config/i386/freebsd-aout.h, config/i386/linux-aout.h,
config/i386/moss.h, config/i386/netware.h,
config/i386/svr3.ifile, config/i386/svr3dbx.h,
config/i386/svr3gas.h, config/i386/svr3z.ifile,
config/i386/t-udk, config/i386/udk.h, config/i386/vsta.h,
config/i960/i960-c.c, config/i960/i960-coff.h,
config/i960/i960-modes.def, config/i960/i960-protos.h,
config/i960/i960.c, config/i960/i960.h, config/i960/i960.md,
config/i960/rtems.h, config/i960/t-960bare,
config/m68k/hp310.h, config/m68k/hp320.h,
config/m68k/hp320base.h, config/m68k/m68kv4.h,
config/m68k/netbsd.h, config/m68k/sgs.h, config/m68k/t-hp320:
Remove.
* doc/extend.texi, doc/install.texi, doc/invoke.texi,
doc/md.texi: Remove mentions of obsolete ports.
testsuite/
* gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
Remove mentions of obsolete ports.
From-SVN: r77216
2004-02-04 05:13:43 +00:00
GCC Administrator
c3bf16ff7d
Daily bump.
...
From-SVN: r77206
2004-02-04 00:16:13 +00:00
Tom Tromey
2565abce54
natPosixProcess.cc (startProcess): Handle case where PATH or LD_LIBRARY_PATH is not set in parent environment.
...
* java/lang/natPosixProcess.cc (startProcess): Handle case where
PATH or LD_LIBRARY_PATH is not set in parent environment.
From-SVN: r77203
2004-02-04 00:07:19 +00:00
Jan Hubicka
40e02b4a76
alias.c (find_base_term, get_addr): Do not dereference NULL pointer when all VALUE's locations has been invalidated.
...
* alias.c (find_base_term, get_addr): Do not dereference NULL
pointer when all VALUE's locations has been invalidated.
(rtx_equal_for_memref_p): Simplify checking of VALUEs.
From-SVN: r77201
2004-02-03 23:53:48 +00:00
Wolfgang Bangerth
1c02f6f2d2
Commit for Wolfgang Bangerth:
...
* doc/invoke.texi (x86 options): Fix spelling/wording
From-SVN: r77200
2004-02-03 23:45:52 +00:00
Paolo Bonzini
e262dfbcf3
20001228-1.c: Fix for new error message.
...
2004-02-04 Paolo Bonzini <bonzini@gnu.org>
* gcc.dg/noncompile/20001228-1.c: Fix for new
error message.
From-SVN: r77199
2004-02-03 23:44:40 +00:00
Paolo Carlini
129e921059
basic_string.h (insert(iterator)): Remove, non-standard and already scheduled for removal.
...
2004-02-03 Paolo Carlini <pcarlini@suse.de>
* include/bits/basic_string.h (insert(iterator)): Remove,
non-standard and already scheduled for removal.
From-SVN: r77198
2004-02-03 23:34:52 +00:00
Richard Sandiford
584e5527f9
iris5.h (ASM_OUTPUT_ASCII): Use mips_output_ascii to put the original string in a comment.
...
* config/mips/iris5.h (ASM_OUTPUT_ASCII): Use mips_output_ascii to
put the original string in a comment.
* config/mips/mips-protos.h (mips_output_ascii): Add prefix argument.
* config/mips/mips.c (mips_output_ascii): Likewise.
* config/mips/mips.h (ASM_OUTPUT_ASCII): Adjust accordingly.
From-SVN: r77195
2004-02-03 22:38:34 +00:00
Kazu Hirata
9b2b33751f
system.h (GIV_SORT_CRITERION): Poison.
...
* system.h (GIV_SORT_CRITERION): Poison.
* config/avr/avr.h (GIV_SORT_CRITERION): Remove.
* config/ip2k/ip2k.h (GIV_SORT_CRITERION): Likewise.
From-SVN: r77194
2004-02-03 22:14:48 +00:00