- 12 May, 2000 5 commits
-
-
From-SVN: r33870
Jeff Law committed -
* config/mn10300/mn10300.h (PREFERRED_DEBUGGING_TYPE): Redefine as DWARF2_DEBUG. (DWARF2_ASM_LINE_DEBUG_INFO): Define. (ASM_OUTPUT_DWARF2_ADDR_CONST): Define. From-SVN: r33869
Alexandre Oliva committed -
From-SVN: r33868
Richard Henderson committed -
From-SVN: r33867
Jeffrey A Law committed -
* g77.f-torture/compile/20000511-1.f: New test. * g77.f-torture/compile/20000511-2.f: New test. From-SVN: r33866
Jeffrey A Law committed
-
- 11 May, 2000 31 commits
-
-
* fixinc/inclhack.def (hpux8_bogus_inlines): Delete bypass for SCO. * fixincl.x: Regenerate. From-SVN: r33865
Robert Lipe committed -
2000-05-11 Robert Lipe <robertlipe@usa.net> * configure.in: Remove special casing for sco3.2v[45]. * config/sco4.mt: Deleted. From-SVN: r33864
Robert Lipe committed -
* config/mn10300/mn10300.c (print_operand): Print FP constants in hexadecimal. * config/mn10300/mn10300.md (movsf, movdf): Use the `F' constraint for FP values. From-SVN: r33863
Alexandre Oliva committed -
* mklibgcc.in (EQ): Define it to an equal sign in the Makefile, and replace any occurrences of `=' in multilib dirs with `$(EQ)'. From-SVN: r33862
Alexandre Oliva committed -
From-SVN: r33861
Jason Merrill committed -
From-SVN: r33860
Jason Merrill committed -
2000-05-11 Phil Edwards <pme@sourceware.cygnus.com> * acinclude.m4: Fix minor typo with ctypes, add more sanity to enable-cxx-flags, and remove GLIBCPP_ENABLE_NAMESPACES altogether. * aclocal.m4: Regenerate. * configure.in: Non-blank arguments break fewer Linuxes. * configure: Regenerate. * src/Makefile.am: Re-order AC_CXXFLAGS components. * src/Makefile.in: Regenerate. From-SVN: r33859
Phil Edwards committed -
From-SVN: r33858
Zack Weinberg committed -
From-SVN: r33857
Jason Merrill committed -
class.c (check_field_decls): Complain about non-static data members with same name as class in class with... * class.c (check_field_decls): Complain about non-static data members with same name as class in class with constructor. From-SVN: r33856
Jason Merrill committed -
* config/avr/avr-protos.c (jump_over_one_insn_p): New declaration. * config/avr/avr.c (jump_over_one_insn_p): New function. * config/avr/avr.md: New peepholes added. Output test and conditional jump to "sbrc" or "sbrs" command. From-SVN: r33855
Denis Chertykov committed -
2000-05-11 Mark Elbrecht <snowball3@bigfoot.com> * cppmain.c (main): Use IS_DIR_SEPARATOR. From-SVN: r33854
Mark Elbrecht committed -
From-SVN: r33853
Tom Tromey committed -
2000-05-11 Scott Bambrough <scottb@netwinder.org> * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to memory correctly. Use conditional instructions, not branches where possible. From-SVN: r33852
Scott Bambrough committed -
From-SVN: r33851
Michael Meissner committed -
ZipInputStream.java (getNextEntry): When reading file headers, don't include `size' in the skip call. * java/util/zip/ZipInputStream.java (getNextEntry): When reading file headers, don't include `size' in the skip call. From-SVN: r33850
Tom Tromey committed -
* except.c (find_exception_handler_labels_1): New function. (find_exception_handler_labels): Split into two functions, dive into CALL_PLACEHOLDERs when looking for exception handler labels. From-SVN: r33849
Jakub Jelinek committed -
* config.table: Use mh-sparcpic for sparc*-*-*. * configure.in: Use mh-sparcpic for sparc*-*-*. From-SVN: r33848
Jakub Jelinek committed -
From-SVN: r33847
Bruce Korb committed -
From-SVN: r33846
Bruce Korb committed -
* regrename.c (replace_reg_in_block): Improve REG_DEAD handling. * timevar.def (TV_RENAME_REGISTERS): Move before TV_SCHED2. * toplev.c (rest_of_compilation): Call regrename_optimize before sched2. From-SVN: r33845
Stan Cox committed -
From-SVN: r33844
Bruce Korb committed -
From-SVN: r33843
Bruce Korb committed -
* toplev.c (rest_of_compilation): Remove dead code after combine. From-SVN: r33842
Jan Hubicka committed -
cpphash.c (collect_funlike_expansion): Make "# is not followed by a macro argument name" a pedwarn, not an error. * cpphash.c (collect_funlike_expansion): Make "# is not followed by a macro argument name" a pedwarn, not an error. Preserve the # in the output. Suppress the warning if lang_asm. * gcc.dg/dg.exp: Scan .S files as well as .c files. * gcc.dg/20000510-1.S: New. From-SVN: r33841
Zack Weinberg committed -
From-SVN: r33840
Jeff Law committed -
* configure.in (hppa*64*-*-hpux11*): New target for PA64 support. * configure: Rebuilt. From-SVN: r33839
Jeffrey A Law committed -
From-SVN: r33838
Laurynas Biveinis committed -
From-SVN: r33837
Kazu Hirata committed -
* config/ia64/ia64.md (insv): Add comment. From-SVN: r33836
Jim Wilson committed -
2000-05-10 Benjamin Kosnik <bkoz@redhat.com> * bits/std_cmath.h: Tweaks. * math/mathconf.h: Tweaks and fixes for HP-UX 11. (sqrtf): Define away iff !builtin and !in <math.h>. (sinf): Same. (cosf): Same. (fabsf): Same. At some point this directory should be converted to c++, the autoconf tests should be run by the c++ compiler (not c), and <cmath> should be used instead of math.h. Move declaration of nan() here. * math/complex-stub.h (cabsl): Remove nan() declaration. Finish up FreeBSD4.0 support. * config/bsd/ctype.cc: Scope out toupper, tolower calls. * config/generic/ctype.cc: And here. * testsuite/21_strings/char_traits.cc (test02): Guard with _GLIBCPP_USE_WCHAR_T. via Phil Edwards <pme@sourceware.cygnus.com> * bits/std_cctype.h: Remove _GLIBCPP_USE_NAMESPACES. * acconfig.h: And here. * acinclude.m4: Same. * testsuite/27_io/istream.cc: And here. * testsuite/27_io/ostream.cc: And here. From-SVN: r33835
Benjamin Kosnik committed
-
- 10 May, 2000 4 commits
-
-
* Makefile.in (libgcc.a, stmp-multilib): Depend on FPBIT and DPBIT. * mklibgcc.in: Rewrite to not use functions. Don't shortcut dependancies on FPBIT and DPBIT. From-SVN: r33834
Richard Henderson committed -
From-SVN: r33833
Nick Clifton committed -
2000-05-11 Bryce McKinlay <bryce@albatross.co.nz> Imported 5.0 release version. * acinclude.m4: Increment version to 5.0. From-SVN: r33832
Bryce McKinlay committed -
2000-05-10 Benjamin Kosnik <bkoz@redhat.com> Finish up FreeBSD4.0 support. * config/bsd/ctype.cc: Scope out toupper, tolower calls. * config/generic/ctype.cc: And here. * testsuite/21_strings/char_traits.cc (test02): Guard with _GLIBCPP_USE_WCHAR_T. From-SVN: r33831
Benjamin Kosnik committed
-