aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-11-10calls.c (PUSH_ARGS_REVERSED): Define only if not defined.H.J. Lu4-0/+15
2002-11-11* g++.dg/abi/vthunk3.C: Run only on x86.Mark Mitchell2-1/+5
2002-11-10sysv4.h: Define NO_IMPLICIT_EXTERN_C here...Zack Weinberg5-32/+33
2002-11-10FOrgot to commit the file itself. Changelog entry is already at:Jan Hubicka1-0/+4
2002-11-10netbsd.h (TARGET_OS_CPP_BUILTINS): Define __ABICALLS__ if TARGET_ABICALLS.Jason Thorpe2-0/+8
2002-11-10* i386.h (MIN_UNITS_PER_WORD): Define to 8 for x86-64 libgcc.Jan Hubicka2-1/+9
2002-11-10c-decl.c (grokdeclarator): Make error for duplicate type qualifiers into a pe...Joseph Myers5-1/+31
2002-11-10Daily bump.GCC Administrator1-1/+1
2002-11-10mmix.h (FUNCTION_ARG_CALLEE_COPIES): Define the same as FUNCTION_ARG_PASS_BY_...Hans-Peter Nilsson2-2/+12
2002-11-10pa.h (STARTING_FRAME_OFFSET): Change offset for TARGET_64BIT to 16.John David Anglin6-79/+236
2002-11-09compat.exp (compat-execute): Fix logic error in last change.Hans-Peter Nilsson2-1/+6
2002-11-09netbsd.h (SUBTARGET_ASM_SPEC): Don't pass -KPIC to the assembler if -mno-abic...Jason Thorpe2-2/+8
2002-11-09pa-linux.h (PREFERRED_DEBUGGING_TYPE, [...]): Delete.John David Anglin2-16/+5
2002-11-09* c-opts.c (COMMAND_LINE_OPTIONS): Fix -Wimplicit.Neil Booth2-1/+5
2002-11-09* gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.Neil Booth3-0/+11
2002-11-09re PR c++/8389 (Access to members of base class & templates)Kriang Lerdsuwanakij6-21/+58
2002-11-09Daily bump.GCC Administrator1-1/+1
2002-11-08fix stabs info for vector typesDale Johannesen2-1/+7
2002-11-08re PR preprocessor/8497 (traditional preprocessor #if/#endif bug)Neil Booth2-2/+13
2002-11-08cppmain.c (cpp_preprocess_file): Loop to pop any -included buffers.Neil Booth2-1/+11
2002-11-08* config/h8300/h8300.md (two anonymous test insns): New.Kazu Hirata2-0/+22
2002-11-08jump.c (mark_jump_label): Handle subregs of label_refs.Jan Hubicka4-1/+15
2002-11-08Daily bump.GCC Administrator1-1/+1
2002-11-08class.c (add_vcall_offset_vtbl_entries_1): Correct ordering of vcall offfsets.Mark Mitchell4-95/+166
2002-11-08re PR c++/8338 (Infinite loop on illegal code)Mark Mitchell4-20/+97
2002-11-07crtend.asm: Include "auto-host.h".David Mosberger9-314/+438
2002-11-07class.c (add_implicitly_declared_members): Put implicitly declared functions ...Mark Mitchell5-6/+64
2002-11-07[multiple changes]Jason Thorpe4-18/+171
2002-11-07* arm/elf.h (TYPE_OPERAND_FMT): Prefix type with %.Richard Earnshaw2-1/+5
2002-11-07* sh.h (DWARF_FRAME_RETURN_COLUMN): Use DWARF_FRAME_REGNUM.J"orn Rennecke2-1/+6
2002-11-07* reg-stack.c (compensate_edge): Fix sanity check.Jan Hubicka1-0/+4
2002-11-07Daily bump.GCC Administrator1-1/+1
2002-11-07Index: ChangeLogGeoffrey Keating13-132/+457
2002-11-06re PR target/8480 (reload ICEs for LAPACK code on powerpc64-linux)David Edelsohn2-1/+7
2002-11-07contrib.texi: Merge in the list from the Java web pages.Janis Johnson2-13/+250
2002-11-06gjavah.c (print_stub_or_jni): Include JNIEXPORT and JNICALL in a JNI header.Tom Tromey2-1/+9
2002-11-06freebsd: Fix typo.David O'Brien2-1/+5
2002-11-06* pa64-hpux.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Define.John David Anglin2-0/+19
2002-11-06mips.md (call_value_multiple_internal2): Use dla for non-SImode addresses.Alexandre Oliva2-2/+7
2002-11-06Daily bump.GCC Administrator1-1/+1
2002-11-06* decl2.c (finish_file): Correct spelling.Geoffrey Keating2-1/+5
2002-11-06re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey5-42/+67
2002-11-05* config/xtensa/elf.h (LIB_SPEC): Add "-lhal".Bob Wilson2-1/+5
2002-11-05pa64-hpux.h (LIB_SPEC): Fix p and pg options.John David Anglin2-8/+9
2002-11-05fold-const.c (fold): Don't transform (a0 op compound(a1,a2)) to (compound(a1,...Andrew Haley2-1/+8
2002-11-05mips.h (CANNOT_CHANGE_MODE_CLASS): Move comment to...Richard Sandiford3-18/+21
2002-11-05Daily bump.GCC Administrator1-1/+1
2002-11-05941014-1.x: thumb-elf was deprecated, use -mthumb.Adam Nemet2-3/+18
2002-11-05re PR ada/8358 (Ada accesses freed memory)Graham Stott2-0/+16
2002-11-04Fix bugs that showed up building Spec on ppc darwin.Dale Johannesen3-13/+29