- 13 Oct, 1998 17 commits
-
-
From-SVN: r23052
Nick Clifton committed -
* mips/iris6.h (ASM_OUTPUT_WEAK_ALIAS): Call ASM_GLOBALIZE_LABEL. * varasm.c (assemble_start_function et al): Don't call ASM_GLOBALIZE_LABEL for weak symbols. From-SVN: r23051
Jason Merrill committed -
* jcf-dump.c (process_class): Use FATAL_EXIT_CODE, not -1. (main): Likewise. Exit with SUCCESS_EXIT_CODE at end of function. Include <config.h> and "system.h". (disassemble_method): Undefine RET to avoid clash with config/i386/i386.h. From-SVN: r23050
Tom Tromey committed -
From-SVN: r23049
Nick Clifton committed -
* configure: Add pattern to replace "build_tooldir"'s definition in the generated Makefile with "tooldir"'s actual value. From-SVN: r23048
Manfred Hollstein committed -
From-SVN: r23047
Jeffrey A Law committed -
* expr.c (push_block): Handle targets where the stack grows to higher addresses, but args grow to lower addresses and ACCUMULATE_OUTGOING_ARGS is not defined. From-SVN: r23046
Herman A.J. ten Brugge committed -
1998-10-12 Dave Love <fx@gnu.org> * Makefile.in (.SUFFIXES): Don't use any. (all-unilib): New target, like old all. (all): Use it. (.PHONY): Add all-unilib. From-SVN: r23045
Dave Love committed -
From-SVN: r23044
Dave Love committed -
From-SVN: r23043
Dave Love committed -
Doh! From-SVN: r23042
Jeff Law committed -
From-SVN: r23041
Jeffrey A Law committed -
From-SVN: r23040
Jeffrey A Law committed -
From-SVN: r23039
Alexandre Oliva committed -
From-SVN: r23038
Catherine Moore committed -
* config/c4x/c4x.c: Convert to gen_rtx_FOO. Added ATTRIBUTE_UNUSED to unused function arguments. (rc_reg_operand): New predicate. (c4x_rptb_insert): New function. (c4x_rptb_nop_p): Recognize modified rptb_top pattern. (c4x_optimization_options): New function. * config/c4x/c4x.md: Convert to gen_rtx_FOO. (decrement_and_branch_on_count): New pattern. (rptb_top): Modified pattern to work with BCT optimization. * config/c4x/c4x.h (RC_REG): New register class. (rc_reg_operand): Define prototype. (IS_RC_REG): New macro. (IS_RC_OR_PSEUDO_REG): New macro. (IS_RC_OR_PSEUDO_REGNO): New macro. (OPTIMIZATION_OPTIONS): Define. From-SVN: r23037
Michael Hayes committed -
From-SVN: r23036
Jeff Law committed
-
- 12 Oct, 1998 23 commits
-
-
From-SVN: r23035
Jason Merrill committed -
From-SVN: r23034
Jason Merrill committed -
From-SVN: r23033
Jason Merrill committed -
From-SVN: r23032
Robert Lipe committed -
From-SVN: r23031
Herman ten Brugge committed -
* bad.c (ffebad_finish): Change type of variable `c' to unsigned char, change type of variable `s' to unsigned char *. * com.c (ffecom_symbol_null_): Add missing initializers. * fini.c (MAXNAMELEN): Undef it before defining. * implic.c (ffeimplic_lookup_): Change type of parameter `c' to unsigned char. * intrin.c (ffeintrin_init_0): Cast the argument of ctype macros to (unsigned char). * lex.c (ffelex_splice_tokens): Change type of variable `p' to unsigned char *. (ffelex_token_name_from_names): Cast the argument of `ffelex_is_firstnamechar' to (unsigned char). (ffelex_token_names_from_names): Likewise. (ffelex_token_new_name): Likewise. (ffelex_token_new_names): Likewise. * malloc.c (malloc_root_): Add missing initializer. * stb.c (ffestb_do): Change type of variable `p' to unsigned char *. (ffestb_else) Likewise. (ffestb_else3_) Likewise. (ffestb_endxyz) Likewise. (ffestb_goto) Likewise. (ffestb_let) Likewise. (ffestb_varlist) Likewise. (ffestb_R522) Likewise. (ffestb_R528) Likewise. (ffestb_R834) Likewise. (ffestb_R835) Likewise. (ffestb_R838) Likewise. (ffestb_R1102) Likewise. (ffestb_blockdata) Likewise. (ffestb_R1212) Likewise. (ffestb_R810) Likewise. (ffestb_R10014_): Cast the argument of `ffelex_is_firstnamechar' to (unsigned char). (ffestb_V014): Change type of variable `p' to unsigned char *. (ffestb_dummy) Likewise. (ffestb_R524) Likewise. (ffestb_R547) Likewise. (ffestb_decl_chartype) Likewise. (ffestb_decl_dbltype) Likewise. (ffestb_decl_gentype) Likewise. (ffestb_decl_entsp_2_) Likewise. (ffestb_V027) Likewise. (ffestb_decl_R539) Likewise. * top.c (ffe_decode_option): Mark parameter `argc' with ATTRIBUTE_UNUSED. * where.c (ffewhere_unknown_line_): Add missing initializers. From-SVN: r23030
Kaveh R. Ghazi committed -
* Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h. From-SVN: r23029
Michael Tiemann committed -
From-SVN: r23028
Nick Clifton committed -
From-SVN: r23027
Mark Mitchell committed -
From-SVN: r23026
Michael Meissner committed -
Merge from Cygnus internal source tree. From-SVN: r23025
Per Bothner committed -
Merge from Cygnus internal source tree. From-SVN: r23024
Per Bothner committed -
From-SVN: r23023
Per Bothner committed -
From-SVN: r23022
Per Bothner committed -
Merge from Cygnus internal source tree. From-SVN: r23021
Per Bothner committed -
Merge from Cygnus internal source tree. From-SVN: r23020
Per Bothner committed -
From-SVN: r23019
Per Bothner committed -
From-SVN: r23018
Per Bothner committed -
* Makefile.in (build_tooldir): new variable, same as old $(tooldir), but without depending on $(libdir)/$(unlibsubdir) (GCC_FOR_TARGET): add -B$(build_tooldir)/bin/ (bootstrap, bootstrap2, bootstrap3, bootstrap4): ditto * configure.in (gxx_include_dir): set default based on unlibsubdir * Makefile.in (tooldir): ditto (cccp.o, cpplib.o): use unlibsubdir implicitly through gxx_include_dir, includedir and tooldir (protoize.o, unprotoize.o): ditto From-SVN: r23017
Alexandre Oliva committed -
* Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to CC_FOR_TARGET and friends. Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br> * Makefile.in (build_tooldir): new variable, same as tooldir (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): add -B$(build_tooldir)/bin/ (BASE_FLAGS_TO_PASS): pass build_tooldir down From-SVN: r23016
Jeff Law committed -
1998-10-12 Dave Love <fx@gnu.org> * libI77/open.c (_XOPEN_SOURCE): Define. From-SVN: r23015
Dave Love committed -
1998-10-12 Dave Love <fx@gnu.org> * Makefile.in (.SUFFIXES): Don't use any. (all-unilib): New target, like old all. (all): Use it. (.PHONY): Add all-unilib. From-SVN: r23014
Dave Love committed -
arm.c - synchronised with devo arm.md - synchronised with devo README-interworking - sychronised with devo. From-SVN: r23013
Nick Clifton committed
-