- 18 Feb, 1999 13 commits
-
-
* m68kelf.h (ASM_RETURN_CASE_JUMP): Add 5200 support. From-SVN: r25288
Jim Wilson committed -
1999-02-18 18:32 -0500 Zack Weinberg <zack@rabi.columbia.edu> * cpplib.c: Kill define of STDC_VALUE. Don't include output.h or prefix.h. Change CPP_IS_MACRO_BUFFER to not refer to macro_cleanup. (GET_ENV_PATH_LIST, PATH_SEPARATOR, STANDARD_INCLUDE_DIR, predefs, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, CPP_WCHAR_TYPE, USER_LABEL_PREFIX, REGISTER_PREFIX, struct cpp_pending, version_string, struct default_include, include_defaults_array, path_include, cpp_options_init, dump_special_to_buffer, initialize_builtins, cpp_start_read, cpp_reader_init, nreverse_pending, push_pending, print_help, cpp_handle_option, cpp_handle_options, cpp_finish, cpp_cleanup): Move to cppinit.c. (macro_cleanup, struct arglist, collect_expansion, create_definition, compare_defs, comp_def_part, ARG_BASE, struct argdata, macarg, change_newlines, timestamp, monthnames, special_symbol, unsafe_chars, macroexpand, push_macro_expansion): Move to cpphash.c. (quote_string, check_macro_name, cpp_expand_to_buffer, output_line_command, cpp_undef): Export. (null_underflow, null_cleanup, handle_directive): Make static. * cpplib.h: Prototype now-exported functions. Adjust decls of syntax tables so we can include cpplib.h in cppinit.c. * cpphash.h: Prototype all functions exported by cpphash.c. * cppinit.c: Make syntax tables initialized data if possible (uses GCC designated-initializer extension). * cppexp.c: Make cpp_lex static. * Makefile.in: Move -D switches for the various include dirs from cpplib.o rule to cppinit.o rule. Adjust dependencies. From-SVN: r25287
Zack Weinberg committed -
jcf-parse.c (get_constant): Add braces around computation of 'd' when REAL_ARITHMETIC is not defined. x * jcf-parse.c (get_constant): Add braces around computation of 'd' when REAL_ARITHMETIC is not defined. [Oct 26 fix got overwritten -PB] From-SVN: r25285
Andrew Haley committed -
jcf-parse.c (get_constant): Add braces around computation of 'd' when REAL_ARITHMETIC is not defined. � * jcf-parse.c (get_constant): Add braces around computation of 'd' when REAL_ARITHMETIC is not defined. [Oct 26 fix got overwritten -PB] From-SVN: r25284
Andrew Haley committed -
* config/alpha/openbsd.h: New file. * config/alpha/xm-openbsd.h: New file. From-SVN: r25283
Marc Espie committed -
* sparc/openbsd.h: New file. * sparc/xm-openbsd.h: New file. From-SVN: r25282
Marc Espie committed -
* m68k/openbsd.h: New file. * m68k/xm-openbsd.h: New file. From-SVN: r25281
Marc Espie committed -
* i386/openbsd.h: New file, originally from netbsd. * i386/xm-openbsd.h: New file. From-SVN: r25280
Marc Espie committed -
From-SVN: r25279
Craig Burley committed -
From-SVN: r25278
Craig Burley committed -
From-SVN: r25277
Craig Burley committed -
From-SVN: r25276
Jeff Law committed -
From-SVN: r25275
Craig Burley committed
-
- 17 Feb, 1999 17 commits
-
-
From-SVN: r25274
Ulrich Drepper committed -
From-SVN: r25273
Ulrich Drepper committed -
* decl.c (xref_basetypes): Comment. * pt.c (instantiate_class_template): Use xref_basetypes. From-SVN: r25272
Mark Mitchell committed -
From-SVN: r25271
Joern Rennecke committed -
From-SVN: r25270
Mark Mitchell committed -
1999-02-17 14:49 -0500 Zack Weinberg <zack@rabi.columbia.edu> * Makefile.in: Correct dependencies for cpplib object files. From-SVN: r25269
Zack Weinberg committed -
From-SVN: r25268
David Edelsohn committed -
* rs6000.md ({add,sub}si3 `.'): Add alternatives to use CR other than cr0. From-SVN: r25267
Michael Meissner committed -
From-SVN: r25266
Nick Clifton committed -
From-SVN: r25265
Craig Burley committed -
* loop.c (strength_reduce): Don't move giv insn for biv turned giv below scan_start. From-SVN: r25264
J"orn Rennecke committed -
1999-02-17 Dave Love <fx@gnu.org> * intdoc.in: Say `common' logarithm for log10. From-SVN: r25263
Dave Love committed -
From-SVN: r25262
Dave Love committed -
* tree.c (tree_node_kind_names, print_obstack_name, get_identifier, maybe_get_identifier, build_string, build_expr_wfl, is_attribute_p, lookup_attribute, print_obstack_statistics, get_file_function_name_long, tree_check, tree_class_check, expr_check): Qualify a char* with the `const' keyword. * tree.h (get_identifier, maybe_get_identifier, build_string, build_expr_wfl, is_attribute_p, lookup_attribute, print_obstack_statistics, print_obstack_name, tree_check, tree_class_check, expr_check): Likewise. From-SVN: r25261
Kaveh R. Ghazi committed -
class.c (build_utf8_ref): Back out broken patch which was intended to to output signatures using '.' as a... 1999-02-09 Andrew Haley <aph@cygnus.com> * class.c (build_utf8_ref): Back out broken patch which was intended to to output signatures using '.' as a separator. * class.c (make_class_data): Output signatures using '.' as a separator, rather than '/'. (mangled_classname): Likewise. (make_field_value): Likewise. (make_method_value): Likewise. * constants.c (alloc_class_constant): Likewise. * expr.c (build_invokeinterface): Likewise. From-SVN: r25260
Andrew Haley committed -
From-SVN: r25259
Jeff Law committed -
� * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR) only if it is not empty. From-SVN: r25258
H.J. Lu committed
-
- 16 Feb, 1999 10 commits
-
-
* i386/freebsd-elf.h, i386/gas.h, i386/linux.h: Fix minor spacing errors. From-SVN: r25257
Jeffrey A Law committed -
calls.c (store_one_arg): Mark any slots used for the argument as in-use immediately after we're done... * calls.c (store_one_arg): Mark any slots used for the argument as in-use immediately after we're done saving any slots which will be overwritten by this argument. From-SVN: r25256
Jeffrey A Law committed -
X * rs6000.md (call_value): Fix typo. From-SVN: r25253
Anton Hartl committed -
� * rs6000.md (call_value): Fix typo. From-SVN: r25252
Anton Hartl committed -
* loop.c (strength_reduce): Calculate maybe_dead before calling recombine_givs. From-SVN: r25251
J"orn Rennecke committed -
From-SVN: r25250
J"orn Rennecke committed -
From-SVN: r25249
Ovidiu Predescu committed -
From-SVN: r25248
Baron Roberts committed -
#include <cwchar>. Add missing definition for wchar_t move method. Add empty() method for trait-based empty string return. From-SVN: r25247
Baron Roberts committed -
(c_str): Change return of "" to return of traits::empty() call so that proper empty string is returned based on the character type (i.e. "" or L""). From-SVN: r25246
Baron Roberts committed
-