OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
18 years agoUpdate POTFILES.in.
drow [Sun, 16 Apr 2006 18:25:11 +0000 (18:25 +0000)]
Update POTFILES.in.

18 years ago * config.in: Regenerated.
drow [Sun, 16 Apr 2006 18:20:09 +0000 (18:20 +0000)]
* config.in: Regenerated.

18 years ago * doc/as.texinfo: Mention that some .type syntaxes are not
mmitchel [Sun, 16 Apr 2006 18:15:55 +0000 (18:15 +0000)]
* doc/as.texinfo: Mention that some .type syntaxes are not
supported on all architectures.

18 years ago * configure.in: Update version to 2.17.50.
drow [Sun, 16 Apr 2006 18:01:02 +0000 (18:01 +0000)]
* configure.in: Update version to 2.17.50.
* configure: Regenerated.

18 years agoSkip ELF specific tests on non-ELF ARM targets
nickc [Sun, 16 Apr 2006 11:52:59 +0000 (11:52 +0000)]
Skip ELF specific tests on non-ELF ARM targets

18 years ago * include/ws2tcpip.h (gai_strerror): Add thread-safety comment.
dannysmith [Sun, 16 Apr 2006 08:26:59 +0000 (08:26 +0000)]
* include/ws2tcpip.h (gai_strerror): Add thread-safety comment.

18 years agodaily update
amodra [Sun, 16 Apr 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Sun, 16 Apr 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago * config/tc-xtensa.c (emit_single_op): Do not relax MOVI
bwilson [Sat, 15 Apr 2006 00:04:13 +0000 (00:04 +0000)]
* config/tc-xtensa.c (emit_single_op): Do not relax MOVI
instructions when such transformations have been disabled.

18 years ago*** empty log message ***
gdbadmin [Sat, 15 Apr 2006 00:00:07 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Sat, 15 Apr 2006 00:00:07 +0000 (00:00 +0000)]
daily update

18 years ago * elf32-xtensa.c (build_reloc_opcodes): New.
bwilson [Fri, 14 Apr 2006 23:01:19 +0000 (23:01 +0000)]
* elf32-xtensa.c (build_reloc_opcodes): New.
(compute_text_actions): Use it to decode opcodes outside inner loop.
(check_section_ebb_pcrels_fit): Add "reloc_opcodes" argument, and if
it is set, use it to get the opcodes for relocations.
(move_shared_literal): Adjust call to check_section_ebb_pcrels_fit.

18 years ago * emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call new
bwilson [Fri, 14 Apr 2006 21:31:16 +0000 (21:31 +0000)]
* emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call new
function to strip inconsistent linkonce sections.
(input_section_linked_worker, input_section_linked): New.
(is_inconsistent_linkonce_section): New.
(xtensa_strip_inconsistent_linkonce_sections): New.

18 years ago2006-04-14 Frederic Riss <frederic.riss@st.com>
fred [Fri, 14 Apr 2006 18:31:32 +0000 (18:31 +0000)]
2006-04-14  Frederic Riss  <frederic.riss@st.com>

* gdb.texinfo (Specifying source directories): Update the description
of the source file search to reflect the fact that the source path
always contains at least $cdir and $cwd.

18 years ago * include/ws2tcpip.h (gai_strerror{AW}): Implement as inline function.
papadopo [Fri, 14 Apr 2006 16:40:30 +0000 (16:40 +0000)]
* include/ws2tcpip.h (gai_strerror{AW}): Implement as inline function.

18 years ago * include/wsahelp.h (system_header): Add pragma.
papadopo [Fri, 14 Apr 2006 15:54:54 +0000 (15:54 +0000)]
* include/wsahelp.h (system_header): Add pragma.
* include/ws2spi.h (system_header): Add pragma.
* include/rasdlg.h (system_header): Add pragma.
* include/rasdlg.h (_RASDLG_H): Define.
Define instead of _RASDLG_H_, this is the w32api standard.
* include/mlang.h (_MLANG_H): Define.
Define instead of _MLANG_H_, this is the w32api standard.
* include/setupapi.h (_SETUPAPI_H): Define.
Define instead of _SETUPAPI_H_, this is the w32api standard.

18 years ago * include/rpcndr.h (boolean): Add typedef.
papadopo [Fri, 14 Apr 2006 15:21:21 +0000 (15:21 +0000)]
* include/rpcndr.h (boolean): Add typedef.
Thanks to:    James du Russel <ephelon at users dot sf dot net>
* include/rpcndr.h (_RPCNDR_H): Define.
Define in addition to __RPCNDR_H__, this is the w32api standard.

18 years ago * fhandler_disk_file.cc (fhandler_disk_file::readdir): Use UINT32_MAX
corinna [Fri, 14 Apr 2006 14:34:39 +0000 (14:34 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Use UINT32_MAX
instead of UINT_MAX.

18 years ago * fhandler_disk_file.cc (path_conv::hasgood_inode): Make inline.
corinna [Fri, 14 Apr 2006 14:20:58 +0000 (14:20 +0000)]
* fhandler_disk_file.cc (path_conv::hasgood_inode): Make inline.
Drop remote fs handling entirely since unreliable inode numbers
are now recognized differently.
(path_conv::is_samba): Make inline.
(fhandler_disk_file::opendir): Reformat comment.
(fhandler_base::fstat_helper): Special case remote file systems
returning (unreliable) 32 bit inode numbers.
(fhandler_base::readdir): Ditto.
* fhandler_netdrive.cc (fhandler_netdrive::readdir): Ditto.

18 years ago2006-04-14 Chris Sutcliffe <ir0nh34d@users.sf.net>
ironhead [Fri, 14 Apr 2006 12:52:49 +0000 (12:52 +0000)]
2006-04-14  Chris Sutcliffe  <ir0nh34d@users.sf.net>

        * include/w32api.h: Increment version to 3.7.
        * Makefile.in: Ditto.

18 years agotrivial change
cgf [Fri, 14 Apr 2006 01:31:14 +0000 (01:31 +0000)]
trivial change

18 years ago2006-04-13 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Fri, 14 Apr 2006 00:14:19 +0000 (00:14 +0000)]
2006-04-13      Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

        * include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_*): Define.
        Thanks to:      Brandon Sneed <brandon at redf dot net>

18 years ago*** empty log message ***
gdbadmin [Fri, 14 Apr 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Fri, 14 Apr 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago2006-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>
jjohnstn [Thu, 13 Apr 2006 19:56:21 +0000 (19:56 +0000)]
2006-04-13  Ralf Corsepius  <ralf.corsepius@rtems.org>

        * acinclude.m4: New _NEWLIB_VERSION.
        * acinclude.m4(NEWLIB_CONFIGURE): AC_REQUIRE(_NEWLIB_VERSION).
        Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM.
        Use new form of AC_INIT_AUTOMAKE.
        * configure.in: AC_PREREQ(2.59).
        Use autoconf-2.5.x version of AC_INIT.
        Use AC_CONFIG_FILES and autoconf-2.5x AC_OUTPUT instead of
        autoconf-2.13's AC_OUTPUT.
        * libm/configure.in: Ditto.
        * libm/machine/configure.in: Ditto.
        * libm/machine/i386/configure.in: Ditto.
        * libc/configure.in: Ditto.
        * libc/machine/a29k/configure.in: Ditto.
        * libc/machine/arm/configure.in: Ditto.
        * libc/machine/configure.in: Ditto.
        * libc/machine/mn10300/configure.in: Ditto.
        * libc/machine/powerpc/configure.in: Ditto.
        * libc/machine/z8k/configure.in: Ditto.
        * libc/machine/h8300/configure.in: Ditto.
        * libc/machine/mips/configure.in: Ditto.
        * libc/machine/crx/configure.in: Ditto.
        * libc/machine/m68hc11/configure.in: Ditto.
        * libc/machine/h8500/configure.in: Ditto.
        * libc/machine/xscale/configure.in: Ditto.
        * libc/machine/d10v/configure.in: Ditto.
        * libc/machine/fr30/configure.in: Ditto.
        * libc/machine/sh/configure.in: Ditto.
        * libc/machine/tic80/configure.in: Ditto.
        * libc/machine/m32r/configure.in: Ditto.
        * libc/machine/xstormy16/configure.in: Ditto.
        * libc/machine/i386/configure.in: Ditto.
        * libc/machine/d30v/configure.in: Ditto.
        * libc/machine/mn10200/configure.in: Ditto.
        * libc/machine/frv/configure.in: Ditto.
        * libc/machine/mt/configure.in: Ditto.
        * libc/machine/i960/configure.in: Ditto.
        * libc/machine/v850/configure.in: Ditto.
        * libc/machine/necv70/configure.in: Ditto.
        * libc/machine/tic4x/configure.in: Ditto.
        * libc/machine/cris/configure.in: Ditto.
        * libc/machine/m68k/configure.in: Ditto.
        * libc/machine/m32c/configure.in: Ditto.
        * libc/machine/hppa/configure.in: Ditto.
        * libc/machine/w65/configure.in: Ditto.
        * libc/machine/iq2000/configure.in: Ditto.
        * libc/machine/sparc/configure.in: Ditto.
        * libc/machine/m88k/configure.in: Ditto.
        * libc/sys/linux/configure.in: Ditto.
        * libc/sys/linux/machine/configure.in: Ditto.
        * libc/sys/linux/machine/i386/configure.in: Ditto.
        * libc/sys/linux/linuxthreads/configure.in: Ditto.
        * libc/sys/linux/linuxthreads/machine/configure.in: Ditto.
        * libc/sys/linux/linuxthreads/machine/i386/configure.in: Ditto.
        * libc/sys/arm/configure.in: Ditto.
        * libc/sys/configure.in: Ditto.
        * libc/sys/decstation/configure.in: Ditto.
        * libc/sys/a29khif/configure.in: Ditto.
        * libc/sys/sysnecv850/configure.in: Ditto.
        * libc/sys/d10v/configure.in: Ditto.
        * libc/sys/netware/configure.in: Ditto.
        * libc/sys/mmixware/configure.in: Ditto.
        * libc/sys/h8500hms/configure.in: Ditto.
        * libc/sys/sh/configure.in: Ditto.
        * libc/sys/tic80/configure.in: Ditto.
        * libc/sys/rdos/configure.in: Ditto.
        * libc/sys/sysmec/configure.in: Ditto.
        * libc/sys/sysvi386/configure.in: Ditto.
        * libc/sys/h8300hms/configure.in: Ditto.
        * libc/sys/sparc64/configure.in: Ditto.
        * libc/sys/arc/configure.in: Ditto.
        * libc/sys/sysnec810/configure.in: Ditto.
        * libc/sys/m88kbug/configure.in: Ditto.
        * libc/sys/sysvnecv70/configure.in: Ditto.
        * libc/sys/z8ksim/configure.in: Ditto.
        * libc/sys/rtems/configure.in: Ditto.
        * libc/sys/w65/configure.in: Ditto.
        * libc/sys/sun4/configure.in: Ditto.
        * doc/configure.in: Ditto.
        * iconvdata/configure.in: Ditto.
        * configure.in: Use AC_CONFIG_HEADER instead of AM_CONFIG_HEADER.

18 years ago* spawn.cc (spawn_guts): Move ch.set() call back to where it was supposed to
cgf [Thu, 13 Apr 2006 16:11:05 +0000 (16:11 +0000)]
* spawn.cc (spawn_guts): Move ch.set() call back to where it was supposed to
be.

18 years ago Bump copyright dates.
corinna [Thu, 13 Apr 2006 12:14:58 +0000 (12:14 +0000)]
Bump copyright dates.

18 years ago * sysconf.cc (sysconf): Add _SC_THREADS, _SC_THREAD_ATTR_STACKSIZE,
corinna [Thu, 13 Apr 2006 12:14:05 +0000 (12:14 +0000)]
* sysconf.cc (sysconf): Add _SC_THREADS, _SC_THREAD_ATTR_STACKSIZE,
_SC_THREAD_PRIORITY_SCHEDULING, _SC_THREAD_PROCESS_SHARED,
_SC_THREAD_SAFE_FUNCTIONS, _SC_TIMERS handling.

18 years ago* spawn.cc (spawn_guts): Revert patch which treated derived cygwin programs
cgf [Thu, 13 Apr 2006 01:37:00 +0000 (01:37 +0000)]
* spawn.cc (spawn_guts): Revert patch which treated derived cygwin programs
differently from those which are mounted with -X.  Pass extra argument to
linebuf::fromargv.
* winf.h (MAXCYGWINCMDLEN): New define.
(linebuf::finish): Add a new argument denoting when command line overflow is
ok.
(linebuf::fromargv): Ditto.
* winf.cc (linebuf::finish): Implement above change.
(linebuf::fromargv): Ditto.

18 years agodaily update
amodra [Thu, 13 Apr 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Thu, 13 Apr 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years agomerge from gcc
dj [Wed, 12 Apr 2006 18:42:01 +0000 (18:42 +0000)]
merge from gcc

18 years agomerge from gcc
dj [Wed, 12 Apr 2006 18:41:45 +0000 (18:41 +0000)]
merge from gcc

18 years ago* Makefile.in (DLL_OFILES): Add winf.o.
cgf [Wed, 12 Apr 2006 15:53:22 +0000 (15:53 +0000)]
* Makefile.in (DLL_OFILES): Add winf.o.
* spawn.cc: Move command line handling stuff into winf.cc.
* winf.h: New file.
* winf.cc: New file.

18 years ago * remote.c (extended_remote_restart): Pass the correct length
drow [Wed, 12 Apr 2006 14:27:40 +0000 (14:27 +0000)]
* remote.c (extended_remote_restart): Pass the correct length
to getpkt.

18 years agoPR binutils/2454
nickc [Wed, 12 Apr 2006 13:09:09 +0000 (13:09 +0000)]
PR binutils/2454
* avr-dis.c (avr_operand): Arrange for a comment to appear before the symolic
form of an address, so that the output of objdump -d can be reassembled.

18 years agooops - omitted from commit of typo fix
nickc [Wed, 12 Apr 2006 13:06:17 +0000 (13:06 +0000)]
oops - omitted from commit of typo fix

18 years agoFix typo
nickc [Wed, 12 Apr 2006 13:05:36 +0000 (13:05 +0000)]
Fix typo

18 years ago * include/secext.h: Enclose function declarations in extern "C" for
dannysmith [Wed, 12 Apr 2006 08:04:42 +0000 (08:04 +0000)]
* include/secext.h: Enclose function declarations in extern "C" for
__cplusplus.

18 years agodaily update
amodra [Wed, 12 Apr 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Wed, 12 Apr 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago2006-04-11 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Tue, 11 Apr 2006 22:56:08 +0000 (22:56 +0000)]
2006-04-11  Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

    * include/comcat.h: INTERFACE should not remain defined
    at the end of the header.
    * include/docobj.h: Ditto.
    * include/exdisp.h: Ditto.
    * include/intshcut.h: Ditto.
    * include/mlang.h: Ditto.
    * include/mshtml.h: Ditto.
    * include/oaidl.h: Ditto.

18 years agosrc/gdb/ChangeLog:
jimb [Tue, 11 Apr 2006 20:33:11 +0000 (20:33 +0000)]
src/gdb/ChangeLog:
2006-04-11  Jim Blandy  <jimb@codesourcery.com>

* serial.c (serial_open): Check for special cases at the front of
the "device" name before scanning for the ':' that would indicate
an IP-based connection.

18 years ago2006-04-11 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Tue, 11 Apr 2006 19:02:03 +0000 (19:02 +0000)]
2006-04-11  Jeff Johnston  <jjohnstn@redhat.com>

        * acinclude.m4: Properly add square brackets for
        AC_DEFUN macros.  Rewrite LIB_AC_PROG_CC to remove
        macros no longer available.  Add LIB_AM_PROG_AS to
        remove prereq of AC_PROG_CC.  Add LIB_AC_PROG_CC_GNU
        macro.  Substitute lpfx (library object prefix).
        * configure.host: Set lpfx depending on whether
        libtool is used or not.
        * configure.in: Individually specify libc and libm
        to AC_CONFIG_SUBDIRS.  Add square bracket quoting as
        necessary.
        * Makefile.am: Use $(lpfx) to get object names for
        math-library functions that should also be in libc.
        * libc/machine/configure.in: Use case statement to determine
        AC_CONFIG_SUBDIRS statement.
        * libc/sys/linux/linuxthreads/machine/configure.in: Ditto.
        * libc/sys/linux/machine/configure.in: Ditto.
        * libc/sys/configure.in: Ditto.
        * libm/machine/configure.in: Ditto.
        * libc/sys/linux/configure.in: Fix up AC_CONFIG_SUBDIRS.
        * libm/configure.in: Add AM_CONDITIONAL statement
        for HAVE_LIBM_MACHINE_DIR.
        * libc/machine/a29k/Makefile.am: Modified to work with
        latest automake.  Change includes setting AM_CCASFLAGS
        so building .S files will properly pick up flags used
        to build C files.
        * libc/machine/arm/Makefile.am: Ditto.
        * libc/machine/crx/Makefile.am: Ditto.
        * libc/machine/d10v/Makefile.am: Ditto.
        * libc/machine/d30v/Makefile.am: Ditto.
        * libc/machine/fr30/Makefile.am: Ditto.
        * libc/machine/frv/Makefile.am: Ditto.
        * libc/machine/h8300/Makefile.am: Ditto.
        * libc/machine/h8500/Makefile.am: Ditto.
        * libc/machine/hppa/Makefile.am: Ditto.
        * libc/machine/i386/Makefile.am: Ditto.
        * libc/machine/iq2000/Makefile.am: Ditto.
        * libc/machine/m32c/Makefile.am: Ditto.
        * libc/machine/m32r/Makefile.am: Ditto.
        * libc/machine/m68hc11/Makefile.am: Ditto.
        * libc/machine/m68k/Makefile.am: Ditto.
        * libc/machine/m88k/Makefile.am: Ditto.
        * libc/machine/mips/Makefile.am: Ditto.
        * libc/machine/mn10200/Makefile.am: Ditto.
        * libc/machine/mn10300/Makefile.am: Ditto.
        * libc/machine/mt/Makefile.am: Ditto.
        * libc/machine/necv70/Makefile.am: Ditto.
        * libc/machine/powerpc/Makefile.am: Ditto.
        * libc/machine/sh/Makefile.am: Ditto.
        * libc/machine/sparc/Makefile.am: Ditto.
        * libc/machine/tic4x/Makefile.am: Ditto.
        * libc/machine/tic80/Makefile.am: Ditto.
        * libc/machine/v850/Makefile.am: Ditto.
        * libc/machine/w65/Makefile.am: Ditto.
        * libc/machine/xscale/Makefile.am: Ditto.
        * libc/machine/xstormy16/Makefile.am: Ditto.
        * libc/machine/z8k/Makefile.am: Ditto.
        * libc/sys/a29khif/Makefile.am: Ditto.
        * libc/sys/arc/Makefile.am: Ditto.
        * libc/sys/arm/Makefile.am: Ditto.
        * libc/sys/d10v/Makefile.am: Ditto.
        * libc/sys/decstation/Makefile.am: Ditto.
        * libc/sys/h8300hms/Makefile.am: Ditto.
        * libc/sys/h8500hms/Makefile.am: Ditto.
        * libc/sys/linux/linuxthreads/machine/i386/Makefile.am: Ditto.
        * libc/sys/linux/machine/i386/Makefile.am: Ditto.
        * libc/sys/m88kbug/Makefile.am: Ditto.
        * libc/sys/mmixware/Makefile.am: Ditto.
        * libc/sys/netware/Makefile.am: Ditto.
        * libc/sys/rdos/Makefile.am: Ditto.
        * libc/sys/rtems/Makefile.am: Ditto.
        * libc/sys/sh/Makefile.am: Ditto.
        * libc/sys/sparc64/Makefile.am: Ditto.
        * libc/sys/sysmec/Makefile.am: Ditto.
        * libc/sys/sysnec810/Makefile.am: Ditto.
        * libc/sys/sysnecv850/Makefile.am: Ditto.
        * libc/sys/sysvi386/Makefile.am: Ditto.
        * libc/sys/sysvnecv70/Makefile.am: Ditto.
        * libc/sys/tic80/Makefile.am: Ditto.
        * libc/sys/w65/Makefile.am: Ditto.
        * libc/sys/z8ksim/Makefile.am: Ditto.
        * libm/machine/i386/Makefile.am: Ditto.
        * libc/sys/arm/Makefile.am: Ditto plus add EXTRA sources including
        trap.S so that automake will generate a .S.o suffix rule.
        * libc/argz/Makefile.am: Modified to work with
        latest automake.  Change includes adding lib_a_CFLAGS
        so automake doesn't complain about libtool and non-libtool
        libraries sharing objects.
        * libc/ctype/Makefile.am: Ditto.
        * libc/errno/Makefile.am: Ditto.
        * libc/iconv/ccs/Makefile.am: Ditto.
        * libc/iconv/ces/Makefile.am: Ditto.
        * libc/iconv/lib/Makefile.am: Ditto.
        * libc/locale/Makefile.am: Ditto.
        * libc/misc/Makefile.am: Ditto.
        * libc/posix/Makefile.am: Ditto.
        * libc/reent/Makefile.am: Ditto.
        * libc/search/Makefile.am: Ditto.
        * libc/signal/Makefile.am: Ditto.
        * libc/stdio/Makefile.am: Ditto.
        * libc/stdio64/Makefile.am: Ditto.
        * libc/stdlib/Makefile.am: Ditto.
        * libc/string/Makefile.am: Ditto.
        * libc/sys/linux/Makefile.am: Ditto.
        * libc/sys/linux/argp/Makefile.am: Ditto.
        * libc/sys/linux/cmath/Makefile.am: Ditto.
        * libc/sys/linux/dl/Makefile.am: Ditto.
        * libc/sys/linux/iconv/Makefile.am: Ditto.
        * libc/sys/linux/intl/Makefile.am: Ditto.
        * libc/sys/linux/linuxthreads/Makefile.am: Ditto.
        * libc/sys/linux/net/Makefile.am: Ditto.
        * libc/sys/linux/stdlib/Makefile.am: Ditto.
        * libc/syscalls/Makefile.am: Ditto.
        * libc/time/Makefile.am: Ditto.
        * libc/unix/Makefile.am: Ditto.
        * libm/Makefile.am: Ditto.
        * libm/common/Makefile.am: Ditto.
        * libm/math/Makefile.am: Ditto.
        * libm/mathfp/Makefile.am: Ditto.
        * Regenerate all aclocal.m4, Makefile.in, and configure files.

18 years ago* emultempl/elf32.em: Add support for elf-hints.h on FreeBSD and Dragonfly targets.
nickc [Tue, 11 Apr 2006 10:36:26 +0000 (10:36 +0000)]
* emultempl/elf32.em: Add support for elf-hints.h on FreeBSD and Dragonfly targets.
* configure.in (AC_CHECK_HEADERS): Add elf-hints.h.
* Makefile.am (HFILES): Add elf-hints-local.h.
* elf-hints-local.h: New file.
* Makefile.in: Regenerate.
* configure: Regenerate.

18 years ago * include/commdlg.h (PD_*): Rearrange.
papadopo [Tue, 11 Apr 2006 08:03:23 +0000 (08:03 +0000)]
* include/commdlg.h (PD_*): Rearrange.

18 years ago * include/commdlg.h (PD_*): Define.
papadopo [Tue, 11 Apr 2006 07:53:23 +0000 (07:53 +0000)]
* include/commdlg.h (PD_*): Define.
Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>

18 years agodaily update
amodra [Tue, 11 Apr 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Tue, 11 Apr 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago* win32-nat.c (open_symbol_file_object): New function.
cgf [Mon, 10 Apr 2006 21:43:44 +0000 (21:43 +0000)]
* win32-nat.c (open_symbol_file_object): New function.
(in_dynsym_resolve_code): Ditto.
(init_win32_ops): Fill in fields which ought not to be NULL.

18 years ago* m32c.opc (parse_unsigned_bitbase): Take a new parameter which
dj [Mon, 10 Apr 2006 21:19:14 +0000 (21:19 +0000)]
* m32c.opc (parse_unsigned_bitbase): Take a new parameter which
decides if this function accepts symbolic constants or not.
(parse_signed_bitbase): Likewise.
(parse_unsigned_bitbase8): Pass the new parameter.
(parse_unsigned_bitbase11): Likewise.
(parse_unsigned_bitbase16): Likewise.
(parse_unsigned_bitbase19): Likewise.
(parse_unsigned_bitbase27): Likewise.
(parse_signed_bitbase8): Likewise.
(parse_signed_bitbase11): Likewise.
(parse_signed_bitbase19): Likewise.
* m32c-asm.c: Regenerate.

18 years ago2006-04-10 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 10 Apr 2006 19:05:31 +0000 (19:05 +0000)]
2006-04-10  H.J. Lu  <hongjiu.lu@intel.com>

* lib/utils-lib.exp (default_binutils_run): Check exit status.

18 years ago * config/tc-xtensa.c (xg_assemble_vliw_tokens): Record loop target
bwilson [Mon, 10 Apr 2006 19:00:31 +0000 (19:00 +0000)]
* config/tc-xtensa.c (xg_assemble_vliw_tokens): Record loop target
symbols in RELAX[_CHECK]_ALIGN_NEXT_OPCODE frags.
(xtensa_fix_close_loop_end_frags): Use the recorded values instead of
decoding the loop instructions.  Remove current_offset variable.
(xtensa_fix_short_loop_frags): Likewise.
(min_bytes_to_other_loop_end): Remove current_offset argument.

18 years ago* win32-nat.c (do_win32_fetch_inferior_registers): Don't do anything with saved
cgf [Mon, 10 Apr 2006 16:12:59 +0000 (16:12 +0000)]
* win32-nat.c (do_win32_fetch_inferior_registers): Don't do anything with saved
context if __COPY_CONTEXT_SIZE is not defined.
(handle_output_debug_string): Ditto.

18 years ago * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
drow [Mon, 10 Apr 2006 14:39:22 +0000 (14:39 +0000)]
* arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.

18 years ago * MAINTAINERS (CGEN Maintainers): Remove myself.
bje [Mon, 10 Apr 2006 03:59:57 +0000 (03:59 +0000)]
* MAINTAINERS (CGEN Maintainers): Remove myself.

18 years ago * contrib: Remove directory.
bje [Mon, 10 Apr 2006 00:41:43 +0000 (00:41 +0000)]
* contrib: Remove directory.

18 years ago*** empty log message ***
gdbadmin [Mon, 10 Apr 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Mon, 10 Apr 2006 00:00:07 +0000 (00:00 +0000)]
daily update

18 years agoremoved z80_optimize_expr; redundant since 2006-04-04
arnoldm [Sun, 9 Apr 2006 18:08:07 +0000 (18:08 +0000)]
removed z80_optimize_expr; redundant since 2006-04-04

18 years ago * sparc64-linux-tdep.c (sparc64_linux_init_abi): Append dwarf2
davem [Sun, 9 Apr 2006 08:22:42 +0000 (08:22 +0000)]
* sparc64-linux-tdep.c (sparc64_linux_init_abi): Append dwarf2
frame sniffer.
* sparc-tdep.c (sparc32_gdbarch_init): Make sure to call
dwarf2_frame_set_init_reg() before gdbarch_init_osabi() so
that the latter can override.
* Makefile.in (sparc64-linux-tdep.o): Update dependencies.

18 years ago * s390-tdep.c (struct s390_prologue_data): New field 'stack'.
uweigand [Sun, 9 Apr 2006 01:21:15 +0000 (01:21 +0000)]
* s390-tdep.c (struct s390_prologue_data): New field 'stack'.
(s390_store): Call pv_area_store to track stack slots.
(s390_load): Call pv_area_fetch to track stack slots.
(s390_check_for_saved): New function.
(s390_analyze_prologue): Call pv_area_scan.  Allocate and free stack.

18 years ago * Makefile.in (s390-tdep.o): Add dependency on $(prologue_value_h).
uweigand [Sun, 9 Apr 2006 00:26:08 +0000 (00:26 +0000)]
* Makefile.in (s390-tdep.o): Add dependency on $(prologue_value_h).
* s390-tdep.c: Include "prologue-value.h".
(struct prologue_value): Remove.
(pv_set_to_unknown, pv_set_to_constant, pv_set_to_register,
pv_constant_last, pv_add, pv_add_constant, pv_subtract,
pv_logical_and, pv_is_identical, pv_is_register): Remove.
(compute_x_addr): Remove, replace by ...
(s390_addr): ... this new function.
(struct s390_prologue_data): Use pv_t instead of prologue_value.
(s390_store, s390_load): Likewise.
(s390_prologue_frame_unwind_cache): Likewise.
(s390_analyze_prologue): Likewise.  Also, simplify and combine
several conditional statements.

18 years agodaily update
amodra [Sun, 9 Apr 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Sun, 9 Apr 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago2006-04-08 Jim Blandy <jimb@codesourcery.com>
jimb [Sat, 8 Apr 2006 23:40:03 +0000 (23:40 +0000)]
2006-04-08  Jim Blandy  <jimb@codesourcery.com>

* Makefile.in (COMMON_OBS): List prologue-value.o.  (Omitted from
last patch.)

18 years ago2006-04-08 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 8 Apr 2006 22:57:22 +0000 (22:57 +0000)]
2006-04-08  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/2513
* elf32-i386.c (GOT_TLS_MASK): New macro for tls_type.
(GOT_TLS_IE_IE): Likewise.
(GOT_TLS_IE_GD): Likewise.
(GOT_TLS_IE_MASK): Likewise.
(elf_i386_check_relocs): For global symbols, set GOT_TLS_IE_GD
and GOT_TLS_IE_IE for R_386_TLS_GD and R_386_TLS_IE
respectively.
(allocate_dynrelocs): If both GOT_TLS_IE_IE and GOT_TLS_IE_GD
are set, treat tls_type as GOT_TLS_IE_BOTH.
(elf_i386_relocate_section): Likewise.

18 years ago * sparc64-linux-tdep.c (sparc64_linux_core_gregset,
davem [Sat, 8 Apr 2006 21:15:26 +0000 (21:15 +0000)]
* sparc64-linux-tdep.c (sparc64_linux_core_gregset,
sparc64_linux_supply_core_gregset,
sparc64_linux_collect_core_gregset,
sparc64_linux_supply_core_fpregset,
sparc64_linux_collect_core_fpregset): New.
(sparc64_linux_init_abi): Register them with generic sparc
core regset infrastructure.
* sparc32-linux-tdep.c (sparc32_linux_core_gregset,
sparc32_linux_supply_core_gregset,
sparc32_linux_collect_core_gregset,
sparc32_linux_supply_core_fpregset,
sparc32_linux_collect_core_fpregset): New.
(sparc32_linux_init_abi): Register them with generic sparc
core regset infrastructure.
* Makefile.in: Update dependencies.

18 years ago * sparc-linux-tdep.c (sparc32_linux_step_trap): New.
davem [Sat, 8 Apr 2006 21:01:35 +0000 (21:01 +0000)]
* sparc-linux-tdep.c (sparc32_linux_step_trap): New.
(sparc32_linux_init_abi): Hook it into tdep->step_trap.
* sparc64-linux-tdep.c (sparc64_linux_step_trap): New.
(sparc64_linux_init_abi): Hook it into tdep->step_trap.
* Makefile.in: Update dependencies.

18 years ago * cris/crisv32f.c (MY (deliver_interrupt)): Set CCS to new_ccs.
hp [Sat, 8 Apr 2006 17:37:55 +0000 (17:37 +0000)]
* cris/crisv32f.c (MY (deliver_interrupt)): Set CCS to new_ccs.

18 years ago * sim/cris/hw/rv-n-cris/irq6.ms: New test.
hp [Sat, 8 Apr 2006 17:37:23 +0000 (17:37 +0000)]
* sim/cris/hw/rv-n-cris/irq6.ms: New test.

18 years ago * include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
dannysmith [Sat, 8 Apr 2006 03:49:28 +0000 (03:49 +0000)]
* include/iphlpapi.h (GetAdaptersAddresses): Check for winsock2
here also.

18 years agodaily update
amodra [Sat, 8 Apr 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Sat, 8 Apr 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years agoFix typo in previous commit.
davem [Fri, 7 Apr 2006 23:34:26 +0000 (23:34 +0000)]
Fix typo in previous commit.

18 years ago2006-04-07 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 7 Apr 2006 21:46:00 +0000 (21:46 +0000)]
2006-04-07  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/time/time.c (time): Do not check for HAVE_GETTIMEOFDAY
        anymore.  Assume there is a gettimeofday syscall.

18 years ago * linux-nat.c (linux_nat_thread_alive): Handle targets that
davem [Fri, 7 Apr 2006 21:42:33 +0000 (21:42 +0000)]
* linux-nat.c (linux_nat_thread_alive): Handle targets that
do not implement PTRACE_PEEKUSER.

18 years ago * remote.c (remote_wait): Convert warning to error before
drow [Fri, 7 Apr 2006 16:15:57 +0000 (16:15 +0000)]
* remote.c (remote_wait): Convert warning to error before
parsing corrupt packets.

18 years agoAdd support for attiny261, attiny461, attiny861, attiny25, attiny45,
nickc [Fri, 7 Apr 2006 15:18:08 +0000 (15:18 +0000)]
Add support for attiny261, attiny461, attiny861, attiny25, attiny45,
attiny85, attiny24, attiny44, attiny84, at90pwm2, at90pwm3, atmega164,
atmega324, atmega644, atmega329, atmega3290, atmega649, atmega6490,
atmega406, atmega640, atmega1280, atmega1281, at90can32, at90can64,
at90usb646, at90usb647, at90usb1286 and at90usb1287.
Move atmega48 and atmega88 from AVR_ISA_M8 to AVR_ISA_PWMx.

18 years ago2006-04-07 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 7 Apr 2006 15:11:19 +0000 (15:11 +0000)]
2006-04-07  Paul Brook  <paul@codesourcery.com>

* config/tc-arm.c (parse_operands): Set default error message.

18 years ago2006-04-07 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 7 Apr 2006 15:09:40 +0000 (15:09 +0000)]
2006-04-07  Paul Brook  <paul@codesourcery.com>

* config/tc-arm.c (parse_tb): Set inst.error before returning FAIL.

18 years ago2006-04-07 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 7 Apr 2006 15:08:02 +0000 (15:08 +0000)]
2006-04-07  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (md_apply_fix): Set H bit on blx instruction.
gas/testsuite/
* gas/arm/blx-local.d: New test.
* gas/arm/blx-local.d: New test.

18 years ago2006-04-07 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 7 Apr 2006 15:03:44 +0000 (15:03 +0000)]
2006-04-07  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (THUMB2_LOAD_BIT): Define.
(move_or_literal_pool): Handle Thumb-2 instructions.
(do_t_ldst): Call move_or_literal_pool for =N addressing modes.
gas/testsuite/
* gas/arm/thumb2_pool.d: New test.
* gas/arm/thumb2_pool.s: New test.

18 years ago* elf64-hppa.c (elf64_hppa_grok_prstatus): New function.
nickc [Fri, 7 Apr 2006 14:55:29 +0000 (14:55 +0000)]
* elf64-hppa.c (elf64_hppa_grok_prstatus): New function.
  (elf64_hppa_grok_psinfo): Likewise.
  (elf_backend_grok_pstatus, elf_backend_grok_psinfo): Define.

18 years ago * include/wincrypt.h (PROV_MS_EXCHANGE): Define.
papadopo [Fri, 7 Apr 2006 14:28:35 +0000 (14:28 +0000)]
* include/wincrypt.h (PROV_MS_EXCHANGE): Define.
We should probably remove PROV_MS_MAIL but I'm keeping it for
now for compatibility reasons.
Thanks to:    Marcus Agehall <agehall at users dot sf dot net>

18 years ago * include/commdlg.h [WINVER >= 0x0500]
papadopo [Fri, 7 Apr 2006 14:17:28 +0000 (14:17 +0000)]
* include/commdlg.h [WINVER >= 0x0500]
(PD_RESULT_*,START_PAGE_GENERAL): Define.
Thanks to:    Wolfgang Glas <softadm at users dot sf dot net>

18 years agoFix typo in documentation of --check-sections.
nickc [Fri, 7 Apr 2006 14:14:46 +0000 (14:14 +0000)]
Fix typo in documentation of --check-sections.

18 years ago * include/wingdi.h [WINVER >= 0x0410]
papadopo [Fri, 7 Apr 2006 13:41:24 +0000 (13:41 +0000)]
* include/wingdi.h [WINVER >= 0x0410]
(AlphaBlend,GradientFill,TransparentBlt): Windows 98 and better.
Thanks to:    Alessandro Antonello <aleantonello at users dot sf dot net>

18 years ago2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
ams [Fri, 7 Apr 2006 13:31:14 +0000 (13:31 +0000)]
2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>

gdb/
* cli/cli-script.c (struct user_args): Add command field.
(arg_cleanup): Free command string.
(setup_user_args): Copy the command line before relying on it.

gdb/testsuite/
* gdb.base/commands.exp (recursive_source_test): New test.

18 years ago * include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
papadopo [Fri, 7 Apr 2006 13:28:49 +0000 (13:28 +0000)]
* include/wingdi.h (CAPTUREBLT,NOMIRRORBITMAP): Define.
* include/commctrl.h (WC_LINK{AW},LIF_*,LIM_*,LM_*,
MAX_LINKID_TEXT,L_MAX_URL_LENGTH): Define.
(LITEM,LHITTESTINFO,NMLINK): Add structures.
Thanks to:    Brandon Sneed <brandon at redf dot net>

18 years ago * ldlang.c (load_symbols): Set as_needed and add_needed according
kkojima [Fri, 7 Apr 2006 07:03:51 +0000 (07:03 +0000)]
* ldlang.c (load_symbols): Set as_needed and add_needed according
to the corresponding script's fields while processing it.

18 years ago PR 2512.
amodra [Fri, 7 Apr 2006 06:40:56 +0000 (06:40 +0000)]
PR 2512.
* config/tc-i386.c (match_template): Move 64-bit operand tests
inside loop.

18 years ago* elf32-m32c.c (m32c_elf_relocate_section): Generate a symbol for
dj [Fri, 7 Apr 2006 01:08:34 +0000 (01:08 +0000)]
* elf32-m32c.c (m32c_elf_relocate_section): Generate a symbol for
each plt entry we create.

18 years agomerge from gcc
dj [Fri, 7 Apr 2006 00:01:25 +0000 (00:01 +0000)]
merge from gcc

18 years agodaily update
amodra [Fri, 7 Apr 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Fri, 7 Apr 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
carlos [Thu, 6 Apr 2006 21:49:24 +0000 (21:49 +0000)]
2006-04-06  Carlos O'Donell <carlos@codesourcery.com>

* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.

bfd/

2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>

* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.

bfd/doc/

2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>

* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.

binutils/

2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>

* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.

etc/

2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>

* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.

gas/

2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>

* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.

gprof/

2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>

* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.

intl/

2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>

* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.

ld/

2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>

* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.

opcodes/

2006-04-06  Carlos O'Donell  <carlos@codesourcery.com>

* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.

18 years agobfd/
hjl [Thu, 6 Apr 2006 18:52:45 +0000 (18:52 +0000)]
bfd/

2006-04-06  H.J. Lu  <hongjiu.lu@intel.com>

* elfxx-ia64.c (elfNN_ia64_relax_section): Skip unneeded passes
with the skip_relax_pass_0 and skip_relax_pass_1 bits in the
section structure.

include/

2006-04-06  H.J. Lu  <hongjiu.lu@intel.com>

* bfdlink.h (bfd_link_info): Replace need_relax_finalize with
relax_pass.

ld/

2006-04-06  H.J. Lu  <hongjiu.lu@intel.com>

* emultempl/ia64elf.em: Set link_info.relax_pass to 2. Remove
link_info.need_relax_finalize.

* ldlang.c (relax_sections): New.
(lang_process): Use. Call relax_sections link_info.relax_pass
times.

* ldmain.c (main): Set link_info.relax_pass to 1. Remove
link_info.need_relax_finalize.

18 years ago * breakpoint.c (_initialize_breakpoint): Add "del" as an alias
brobecke [Thu, 6 Apr 2006 18:33:05 +0000 (18:33 +0000)]
    * breakpoint.c (_initialize_breakpoint): Add "del" as an alias
        of the "delete" command.

18 years ago2006-04-06 Randolph Chung <tausq@debian.org>
tausq [Thu, 6 Apr 2006 15:12:46 +0000 (15:12 +0000)]
2006-04-06  Randolph Chung  <tausq@debian.org>

* MAINTAINERS (Patch champions): Add myself.