- 15 Nov, 2002 11 commits
-
-
gcc/ChangeLog: * config/s390/s390.h (ASM_PREFERRED_EH_DATA_FORMAT): Define. libffi/ChangeLog: * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding. From-SVN: r59134
Ulrich Weigand committed -
* i386-protos.h (x86_function_profiler): New function * i386.h (MCOUNT_NAME): New. (PROFILE_COUNT_REGISTER): New. (OUTPUT_FUNCTION_PROFILER): Move offline to ... * i386.c (x86_function_profiler) ... here; fix 64bit support * beos-elf.h (FUNCTION_PROFILER): Kill. (MCOUNT_NAME): New. * freebsd-aout.h (FUNCTION_PROFILER): Kill. (MCOUNT_NAME): New. (PROFILE_COUNT_REGISTER): New. * linux.h (FUNCTION_PROFILER): Kill. (MCOUNT_NAME): New. * x86-64.h (FUNCTION_PROFILER): Kill. (MCOUNT_NAME): New. * freebsd.h (FUNCTION_PROFILER): Kill. (MCOUNT_NAME): New. From-SVN: r59132
Jan Hubicka committed -
2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r59131
Eric Botcazou committed -
From-SVN: r59130
Jakub Jelinek committed -
Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com> * config/arm/arm.h (EXPAND_BUILTIN_VA_ARG, FUNCTION_ARG_PASS_BY_REFERENCE): Define. * config/arm/arm.c (arm_va_arg, arm_function_arg_pass_by_reference): New. * config/arm/arm-protos.h: Add prototypes. From-SVN: r59127
Jeroen Dobbelaere committed -
From-SVN: r59125
Jakub Jelinek committed -
From-SVN: r59124
GCC Administrator committed -
2002-11-15 Paolo Carlini <pcarlini@unitus.it> Loren J. Rittle <ljrittle@acm.org> PR libstdc++/8399 * acinclude.m4 (GLIBCPP_CHECK_UNISTD_DECL_AND_LINKAGE_1): New macro to check for unistd.h functions. (GLIBCPP_CHECK_UNISTD_SUPPORT): New macro, check for isatty in unistd.h. * configure.in: Call here. * src/ios.cc (ios_base::Init::_S_ios_create(bool)): Use _GLIBCPP_HAVE_ISATTY: ifdef, in case of interactive input __in_size = 1 even when sync_with_stdio is false; otherwise fall back to __in_size = 1. * aclocal.m4: Regenerate. * config.h.in: Regenerate. * configure: Regenerate. Co-Authored-By: Loren J. Rittle <ljrittle@acm.org> From-SVN: r59118
Paolo Carlini committed -
* ChangeLog: Follow spelling conventions. * class.c: Likewise. * decl2.c: Likewise. From-SVN: r59117
Kazu Hirata committed -
From-SVN: r59116
Kazu Hirata committed -
2002-11-14 Nathanael Nerode <neroden@gcc.gnu.org> Closes PR ada/5856 and PR ada/6919 ! * bindgen.adb: Remove all references to Public_Version. * comperr.adb: Remove all references to Public_Version and GNATPRO_Version; correct bug reporting instructions. * comperr.ads: Change to match bug box. * gnatvsn.ads: Remove all references to Public version and GNATPRO version. From-SVN: r59115
Nathanael Nerode committed
-
- 14 Nov, 2002 10 commits
-
-
* tree.c (tree_vec_elt_check_failed): New function. * tree.h (TREE_VEC_ELT_CHECK): New checking macro. (TREE_VEC_ELT): Use it. * tree-inline.c (optimize_inline_calls): Don't copy a zero-length vector. cp: * search.c (dfs_push_decls): Do not try to reorder elements 3..n of method_vec if method_vec has only two elements. Reverse order of two tests to avoid accessing unallocated memory. From-SVN: r59114
Zack Weinberg committed -
From-SVN: r59113
Gabriel Dos Reis committed -
2002-11-12 Eric Blake <ebb9@email.byu.edu> * java/applet/AppletContext.java: Fix typo and remove redundant modifiers. From-SVN: r59112
Eric Blake committed -
From-SVN: r59111
Bruce Korb committed -
* java/lang/natRuntime.cc (insertSystemProperties): Set gnu.classpath.home. From-SVN: r59108
Tom Tromey committed -
* MAINTAINERS: Remove from write-after-approval list. Uniformize emails. From-SVN: r59107
Gabriel Dos Reis committed -
class.c (dfs_find_final_overrider): Adjust so that the most derived object is a binfo, rather than a class type. * class.c (dfs_find_final_overrider): Adjust so that the most derived object is a binfo, rather than a class type. (find_final_overrider): Likewise. (add_vcall_offset_vtbl_entries_1): Simplify accordingly. (add_vcall_offset): Likewise. * g++.dg/abi/vcall1.C: New test. From-SVN: r59104
Mark Mitchell committed -
From-SVN: r59103
GCC Administrator committed -
* varasm.c (output_addressed_constants) [MINUS_EXPR]: Clear reloc if both operands contain local relocations. (categorize_decl_for_section): Don't use mergeable sections if initializer has any relocations. * gcc.dg/20021029-1.c: New test. * gcc.dg/20021029-2.c: New test. From-SVN: r59097
Jakub Jelinek committed -
From-SVN: r59095
Kazu Hirata committed
-
- 13 Nov, 2002 19 commits
-
-
From-SVN: r59094
John David Anglin committed -
2002-11-13 Benjamin Kosnik <bkoz@redhat.com> * acconfig.h (HAVE_DRAND48): Add. (HAVE_GETPAGESIZE): Add. (HAVE_SETENV): Add. (HAVE_SIGSETJMP): Add. * config.h.in: Regenerate. * configure: Regenerate. From-SVN: r59093
Benjamin Kosnik committed -
* config/os/hpux/os_defines.h (_GLIBCPP_INST_ATOMICITY_LOCK): Define on hppa when there is no weak support. From-SVN: r59092
John David Anglin committed -
2002-11-13 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/8230 * include/bits/vector.tcc (vector::reserve): Throw length_error if requested size is bigger than max_size(). * include/bits/stl_bvector.h (vector<bool>::reserve): Same. * testsuite/23_containers/vector_capacity.cc (test02): Add. From-SVN: r59090
Benjamin Kosnik committed -
PR ada/6919 * adaint.c (__gnat_tmp_name): Remove buffer overflow bug on GNU/Linux. From-SVN: r59089
Nathanael Nerode committed -
2002-11-13 Nathanael Nerode <neroden@gcc.gnu.org> PR ada/6558 * config-lang.in: Remove diff_excludes. From-SVN: r59088
Nathanael Nerode committed -
2002-11-13 Janis Johnson <janis187@us.ibm.com> * doc/install.texi (Testing): Document extra Java testing. * doc/sourcebuild.texi (Test Suites): Document libgcj testing. From-SVN: r59085
Janis Johnson committed -
* pa64-hpux.h (LINK_SPEC): Move "+Accept TypeMismatch" switch to the beginning of the spec. (LDD_SUFFIX, PARSE_LDD_OUTPUT): Delete. (LD_INIT_SWITCH, LD_FINI_SWITCH): Define but don't enable. Add comment regarding problems with global constructors when using GNU ld. From-SVN: r59084
John David Anglin committed -
* java/nio/ByteBuffer.java (allocate): New method. (wrap): New method. (put): New method. (get): New method. From-SVN: r59082
Michael Koch committed -
2002-11-13 Benjamin Kosnik <bkoz@redhat.com> * config/linker-map.gnu: Export all _S_construct. From-SVN: r59080
Benjamin Kosnik committed -
From-SVN: r59079
Stuart Hastings committed -
libstdc++/7445 * src/locale.cc (std::locale::classic()): Weaken locking protocol. From-SVN: r59078
Loren J. Rittle committed -
2002-11-13 Michael Koch <konqueror@gmx.de> * java/nio/channels/AlreadyConnectedException.java: Removed unneeded import. (AlreadyConnectedException): Documentation added. * java/nio/channels/Pipe.java (SinkChannel.SinkChannel): Documentation added. (SinkChannel.validOps): New method. (SourceChannel.SourceChannel): Documentation added. (SourceChannel.validOps): New method. (Pipe): Documentation added. (open): Documentation added. (SinkChannel.channel): Documentation added. (SourceChannel.channel): Documentation added. * java/nio/channel/SelectableChannel.java (SelectableChannel): Documentation added. (blockingLock): Documentation added. (configureBlocking):Documentation added. (isBlocking):Documentation added. (isRegistered):Documentation added. (keyFor):Documentation added. (provider):Documentation added. (register): Documentation added. (validOps): Documentation added. * jaba/nio/channels/SelectionKey.java (SelectionKey): Documentation added. (attach): Documentation added. (attachment): Documentation added. (isAcceptable): Documentation added. (isConnetable): Documentation added. (isReadable): Documentation added. (isWritable): Documentation added. (cancel): Documentation added. (channel): Documentation added. (interestOps): Documentation added. (isValid): Documentation added. (readyOps): Documentation added. (selector): Documentation added. * jaba/nio/channels/Selector.java (Selector): Documentation added. (open): Documentation added. (close): Documentation added. (isOpen): Documentation added. (keys): Documentation added. (provider): Documentation added. (select): Documentation added. (selectedKeys): Documentation added. (selectNow): Documentation added. (wakeup): Documentation added. * java/nio/channels/spi/AbstractInterruptibleChannel.java (AbstractInterruptibleChannel): Documentation added. (opened): Default to true; (begin): Documentation added. (close): Set opened to false, documentation added. (isOpen): Documentation added. * java/nio/channels/spi/AbstractSelectionKey.java (AbstractSelectionKey): Documentation added. (cancel): Documentation added. (isValid): Documentation added. * java/nio/channels/spi/AbstractSelector.java (AbstractSelector): Documentation added. (begin): Documentation added. (close): Documentation added. (isOpen): Documentation added. (deregister): Documentation added. (end): Documentation added. (provider): Documentation added. (implCloseSelector): Documentation added. (register): Documentation added. * java/nio/channels/spi/SelectorProvider.java (SelectorProvider): Documentation added. (openDatagramChannel): Documentation added. (openPipe): Documentation added. (openSelector): Documentation added. (openServerSocketChannel): Documentation added. (openSocketChannel): Documentation added. (provider): Documentation added. From-SVN: r59077
Michael Koch committed -
From-SVN: r59076
Kazu Hirata committed -
2002-11-13 Michael Koch <konqueror@gmx.de> * java/nio/Buffer.java: Implemented. * java/nio/CharBuffer.java: New file. * java/nio/InvalidMarkException.java: New file. * java/nio/channels/DatagramChannel.java: Implemented. * java/nio/channels/ServerSocketChannel.java: Implemented. * java/nio/channels/SocketChannel.java: Implemented. * java/nio/channels/spi/AbstractChannel.java: Removed. * java/nio/channels/spi/AbstractSelectableChannel.java: Implemented. * java/nio/charset/Charset.java: Merge from Classpath. * java/nio/charset/CharsetDecoder.java: New file. * java/nio/charset/CharsetEncoder.java: New file. * java/nio/charset/CoderResult.java: New file. * Makefile.am (ordinary_java_source_files): Added new files. * Makefile.in: Regenerated. From-SVN: r59075
Michael Koch committed -
From-SVN: r59071
GCC Administrator committed -
From-SVN: r59064
Kazu Hirata committed -
From-SVN: r59063
Kazu Hirata committed -
2002-11-13 Jonathan Wakely <redi@gcc.gnu.org> * docs/html/install.html, docs/html/22_locale/locale.html: HTML fix. From-SVN: r59062
Jonathan Wakely committed
-