- 13 Apr, 1999 13 commits
-
-
* pa.c: Use a register name, not a raw immediate in branch, compare/clear, sub, subb, uaddcm and vshd instructions. * pa.md: Likewise. From-SVN: r26404
Jeffrey A Law committed -
* pa.c: Use a register name, not a raw immediate in "bv" instructions. * pa.md, pa.h, ee.asm, ee_fp.asm, lib2funcs.asm: Likewise. From-SVN: r26403
Jeffrey A Law committed -
* Makefile.in: Rebuilt. * Makefile.am (AM_MAKEFLAGS): Added JC1FLAGS. From-SVN: r26402
Tom Tromey committed -
Tue Apr 13 12:14:07 1999 Dave Brolley <brolley@cygnus.com> * cppinit.c (cpp_start_read): Fix buffer overwrite. * Makefile.in (cppinit.o): Typo in dependencies. From-SVN: r26401
Dave Brolley committed -
1999-04-13 Andrew Haley <aph@cygnus.com> * include/i386-signal.h, include/default-signal.h: New files. * prims.cc (catch_segv): Call MAKE_THROW_FRAME in exception handler. (catch_fpe): New function. * configure.in: Make link to appropriate include/java-signal.h. * configure: Rebuilt. * Makefile.am: include/java-signal.h added to dependency list. * Makefile.in: Rebuilt. From-SVN: r26400
Andrew Haley committed -
* arm.h (function prototypes for arm.c): Ifdef these out if HAVE_CONFIG_H is not defined. From-SVN: r26399
Richard Earnshaw committed -
* pa.c: Remove space register specification in memory addresses, except where it is actually needed. * pa.md, pa.h, ee.asm, ee_fp.asm, lib2funcs.asm: Likewise. From-SVN: r26398
Jeffrey A Law committed -
From-SVN: r26397
Jeff Law committed -
From-SVN: r26395
Jason Merrill committed -
* cp-tree.h (struct lang_type): Add com_interface. (CLASSTYPE_COM_INTERFACE): New macro. * class.c (set_rtti_entry): COM interface classes have no RTTI entries in their vtables; adjust. (add_virtual_function, finish_base_struct, skip_rtti_stuff, modify_one_vtable, fixup_vtable_deltas1, override_one_vtable, finish_struct_1): Likewise. * decl2.c (mark_vtable_entries): Likewise. * rtti.c (build_headof, get_tinfo_fn_dynamic): Likewise. * search.c (get_abstract_virtuals_1, get_abstract_virtuals, expand_upcast_fixups): Likewise. * tree.c (debug_binfo): Likewise. From-SVN: r26394
Jason Merrill committed -
* cp-tree.h (COMPARE_NO_ATTRIBUTES): New macro. * typeck.c (comptypes): If we get it, ignore attributes. * class.c (instantiate_type): Use BASELINK_P. Change complain parameter to flags; 2 means ignore attributes. * call.c (build_op_delete_call): Pass it. From-SVN: r26393
Jason Merrill committed -
* decl.c (xref_tag): Only complain once about using a typedef-name with 'struct'. Downgrade to pedwarn. * decl.c (grokdeclarator): Allow [] syntax for zero-length array. From-SVN: r26392
Jason Merrill committed -
From-SVN: r26391
Jason Merrill committed
-
- 12 Apr, 1999 27 commits
-
-
* parse.y (absdcl_intern): New nonterminal. (absdcl, direct_abstract_declarator): Use it. From-SVN: r26390
Jason Merrill committed -
From-SVN: r26389
Jason Merrill committed -
From-SVN: r26388
Mumit Khan committed -
From-SVN: r26387
Jeffrey A Law committed -
From-SVN: r26386
Jan Hubicka committed -
From-SVN: r26385
Mumit Khan committed -
From-SVN: r26384
Zack Weinberg committed -
* g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is null to decide whether to use it. From-SVN: r26383
Mumit Khan committed -
Mon Apr 12 18:27:32 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (patch_unaryop): Fix ++ operator check on array references. From-SVN: r26382
Alexandre Petit-Bianco committed -
1999-04-12 Urban Widmark <urban@svenskatest.se> * java/io/DataInputStream.java (readLine): Corrected handling of empty lines, from null to "". From-SVN: r26381
Urban Widmark committed -
* filedoalloc.c (_POSIX_SOURCE): Remove definition. * fileops.c (_POSIX_SOURCE): Likewise. * iopopen.c (_POSIX_SOURCE): Likewise. * procbuf.cc (_POSIX_SOURCE): Likewise. * libioP.h (_POSIX_SOURCE): And define it here. * stdiostream.cc: Include libioP.h before others. From-SVN: r26380
Mumit Khan committed -
From-SVN: r26379
Daniel Jacobowitz committed -
* i386/cygwin.h (SUBTARGET_SWITCHES): Add -mconsole; fix -mno-nop-fun-dllimport and minor doc fixes. (STARTFILE_SPEC): Cygwin DLLs don't have dllcrt0. (LINK_SPEC): Add -mconsole support. * i386/mingw32.h (LIB_SPEC): Make libraries consistent with Cygwin. (LINK_SPEC): Remove. Use Cygwin's version. (MATH_LIBRARY): Make it null. * i386/crtdll.h (MATH_LIBRARY): Likewise. From-SVN: r26378
Mumit Khan committed -
From-SVN: r26377
Richard Henderson committed -
* c-decl.c (c_decode_option, start_decl, start_function, finish_function) : Recognize -Wno-main so we can avoid warnings. From-SVN: r26376
Stan Cox committed -
* Makefile.in: Rebuilt. * Makefile.am (libgcj.zip): Put `gnu' classes into zip file. From-SVN: r26375
Tom Tromey committed -
From-SVN: r26374
Jim Blandy committed -
* cplus-dem.c (demangle_fund_type): Don't run off the end of the identifier looking for another underscore. From-SVN: r26373
Jim Blandy committed -
* java/lang/natSystem.cc (SystemClass): New define. (init_properties): Synchronize. From-SVN: r26372
Tom Tromey committed -
1999-04-12 14:55 -0400 Zack Weinberg <zack@rabi.columbia.edu> * cpphash.c (collect_expansion, macroexpand, push_macro_expansion): Make the escape character in macro buffers '\r', not '@'. Remove code to protect literal occurences of the escape character; '\r' cannot appear in a macro buffer unless we put it there. * cpplib.c (skip_comment, copy_comment, cpp_skip_hspace, copy_rest_of_line, cpp_get_token, parse_string, parse_assertion): '\r' might be a backslash-newline marker, or it might be a macro escape marker, depending on CPP_BUFFER (pfile)->has_escapes. '@' is not a special character. * cpplib.h: Update commentary. From-SVN: r26371
Zack Weinberg committed -
From-SVN: r26370
Jason Merrill committed -
From-SVN: r26369
Jason Merrill committed -
* arm.h (target_fp_name, structure_size_string, arm_cpu_select): Const-ify. * arm.c (target_fp_name, structure_size_string): Const-ify. * arm.md (reload_inhi, reload_outhi): Make the scratch DImode. * arm.c (arm_reload_in_hi): Handle cases when the input is still a pseudo, make use of scratch registers for reloading the address as appropriate. (arm_reload_outhi): Similarly for when the output is still a pseudo. * riscix.h (SUBTARGET_SWITCHES): Document. From-SVN: r26368
Richard Earnshaw committed -
From-SVN: r26367
Bruce Korb committed -
From-SVN: r26366
Bruce Korb committed -
From-SVN: r26365
Bruce Korb committed -
From-SVN: r26364
Bruce Korb committed
-