- 05 Mar, 1999 4 commits
-
-
* configure.in: Support shared libs on FreeBSD 3.x and 4.x * config/freebsd.ml: A copy of config/linux.ml since they are both ELF and both have a shared libm. From-SVN: r25594
Doug Rabson committed -
function.c (assign_stack_temp_for_type): Abort if mode == Blkmode and align is less than BIGGEST_ALIGNMENT / BITS_PER_UNIT. * function.c (assign_stack_temp_for_type): Abort if mode == Blkmode and align is less than BIGGEST_ALIGNMENT / BITS_PER_UNIT. (assign_stack_temp_for_type): Round the size parameter passed to assign_stack_local instead of size itself. Bootstrapped on the PA and x86. From-SVN: r25593
John Wehle committed -
From-SVN: r25592
Jeff Law committed -
* config/linuxlibc1.mt (MT_CFLAGS): Add -D_G_STDIO_USES_LIBIO -D_G_HAVE_WEAK_SYMBOL. * genops.c: Add the proper weak alias if _G_STDIO_USES_LIBIO and _G_HAVE_WEAK_SYMBOL are defined. * iofclose.c: Likewise. * iofeof.c: Likewise. * ioferror.c: Likewise. * iogetc.c: Likewise. * ioputc.c: Likewise. * iovsprintf.c: Likewise. * iovsscanf.c: Likewise. From-SVN: r25590
H.J. Lu committed
-
- 04 Mar, 1999 3 commits
-
-
From-SVN: r25588
Mark Mitchell committed -
flow.c (delete_unreachable_blocks): Mark blocks as they are put on to the worklist, not as they are taken off. * flow.c (delete_unreachable_blocks): Mark blocks as they are put on to the worklist, not as they are taken off. From-SVN: r25584
Richard Henderson committed -
From-SVN: r25573
Jeff Law committed
-
- 03 Mar, 1999 10 commits
-
-
* function.c (current_function_has_computed_jump): Remove duplicate definition. From-SVN: r25571
Jeffrey A Law committed -
Remove ChangeLog entries for flow rewrite for changes that were removed before they were checked in. Remove ChangeLog entries for flow rewrite for changes that were removed before they were checked in. Add Makefile.in changes which were mentioned in the ChangeLog, but never included in Makefile.in. From-SVN: r25570
Richard Henderson committed -
* m68k/m68020-elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Undef. (STARTFILE_SPEC, ENDFILE_SPEC): Define to empty string. From-SVN: r25565
Jim Wilson committed -
* sparc/elf.h (MULDI3_LIBCALL, DIVDI3_LIBCALL, UDIVDI3_LIBCALL, MODDI3_LIBCALL, UMODDI3_LIBCALL, STDC_0_IN_SYSTEM_HEADERS): Undef. (INIT_SUBTARGET_OPTABS): Define to empty. From-SVN: r25564
Jim Wilson committed -
* class.c, decl2.c, method.c, pt.c: Add 'static' to make SunOS 4 cc happy. * decl2.c (import_export_class): Also return if CLASSTYPE_INTERFACE_ONLY is set. From-SVN: r25562
Jason Merrill committed -
From-SVN: r25561
Martin v. Löwis committed -
* decl.c (push_overloaded_decl): Only overwrite the old binding if there was one. * decl2.c (do_local_using_decl): Fix loop termination. From-SVN: r25560
Martin v. Löwis committed -
From-SVN: r25559
Bruce Korb committed -
From-SVN: r25558
Bruce Korb committed -
From-SVN: r25555
Jeff Law committed
-
- 02 Mar, 1999 23 commits
-
-
* cp-tree.h (determine_specialization): Don't declare. * pt.c (determine_specialization): Make it static. Eliminate complain parameter. Note that decl is always non-NULL now, and simplify accordingly. From-SVN: r25554
Mark Mitchell committed -
* decl.c (maybe_push_to_top_level): Always call push_cp_function_context. (pop_from_top_level): Always call pop_cp_function_context. From-SVN: r25553
Mark Mitchell committed -
From-SVN: r25552
Craig Burley committed -
From-SVN: r25551
Craig Burley committed -
From-SVN: r25550
Craig Burley committed -
From-SVN: r25549
Craig Burley committed -
From-SVN: r25548
Craig Burley committed -
From-SVN: r25547
Craig Burley committed -
From-SVN: r25546
Craig Burley committed -
From-SVN: r25545
Craig Burley committed -
From-SVN: r25544
Craig Burley committed -
From-SVN: r25543
Craig Burley committed -
From-SVN: r25542
Craig Burley committed -
From-SVN: r25541
Craig Burley committed -
* sh.c (force_into): New function. (expand_block_move): Use it. From-SVN: r25540
J"orn Rennecke committed -
From-SVN: r25539
Nick Clifton committed -
From-SVN: r25538
Nick Clifton committed -
Fix computation of gcc_tooldir. From-SVN: r25537
Nick Clifton committed -
From-SVN: r25536
Nick Clifton committed -
* unroll.c (copy_loop_body): Don't make extra copies of NOTE_INSN_LOOP_CONT notes. From-SVN: r25535
J"orn Rennecke committed -
* tree.c (save_tree_status): Don't treat functions with no context as nested. From-SVN: r25534
Mark Mitchell committed -
* Makefile.in (MAKEINFO): Use makeinfo built from sibling tree when available. From-SVN: r25533
Robert Lipe committed -
* alpha.c (alpha_cpu_name, alpha_cpu_string, alpha_tp_string, alpha_fprm_string, alpha_fptm_string, alpha_mlat_string, current_function_file): Add the `const' keyword. (normal_memory_operand): Mark parameter `mode' with ATTRIBUTE_UNUSED. (alpha_expand_unaligned_load): Add a default case to a switch. * alpha.h (alpha_cpu_string, alpha_fprm_string, alpha_fptm_string, alpha_tp_string, alpha_mlat_string): Add the `const' keyword. (normal_memory_operand): Add prototype. * alpha.md: Cast an expression to `unsigned HOST_WIDE_INT' when comparing against one. From-SVN: r25532
Kaveh R. Ghazi committed
-