OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
18 years ago * include/stdint.h (UINT8_C, UINT16_C): Unsigned types smaller
corinna [Mon, 3 Jul 2006 12:30:02 +0000 (12:30 +0000)]
* include/stdint.h (UINT8_C, UINT16_C): Unsigned types smaller
than int promote to signed int.

18 years ago * net.cc (cygwin_sendto): Define appropriate parameters using
corinna [Mon, 3 Jul 2006 11:31:56 +0000 (11:31 +0000)]
* net.cc (cygwin_sendto): Define appropriate parameters using
socklen_t type according to SUSv3.
(cygwin_recvfrom): Ditto.
(cygwin_setsockopt): Ditto.
(cygwin_getsockopt): Ditto.
(cygwin_connect): Ditto.
(cygwin_accept): Ditto.
(cygwin_bind): Ditto.
(cygwin_getsockname): Ditto.
(cygwin_getpeername): Ditto.
(cygwin_recv): Ditto.
(cygwin_send): Ditto.
* include/cygwin/socket.h (socklen_t): Typedef and define.
* include/sys/socket.h: Declare socket functions using socklen_t type.

18 years ago2006-07-03 Paolo Bonzini <bonzini@gnu.org>
bonzini [Mon, 3 Jul 2006 11:22:03 +0000 (11:22 +0000)]
2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Fix thinkos in previous check-in.
* configure: Regenerate.

18 years ago Add a real Changelog entry.
dannysmith [Mon, 3 Jul 2006 10:49:42 +0000 (10:49 +0000)]
 Add a real Changelog entry.

18 years ago Support SSE float environment in fenv.h functions.
dannysmith [Mon, 3 Jul 2006 10:32:58 +0000 (10:32 +0000)]
  Support SSE float environment in fenv.h functions.

* cpu_features.c: New file.
* cpu_features.h: New file.
* crt1.c: Include "cpu_features.h".
(__mingw_CRTStartup): Call cpu_features_init().
* Makefile.in (MING_OBJS): Add cpu_features.c.
(SRCDIST_FILES): Add cpu_features.c, cpu_features.h.
* include/fenv,h ( fenv_t;): Append  __mxcsr field.
(__MXCSR_EXCEPT_FLAG_SHIFT): New define.
(__MXCSR_EXCEPT_MASK_SHIFT): New define.
(__MXCSR_ROUND_FLAG_SHIFT): New define.
* mingwex/feclearexcept.c: Include "cpu_features.h".
Handle SSE environment.
* mingwex/fegetenv.c: Likewise.
* mingwex/feholdexcept.c: Likewise.
* mingwex/fesetenv.c: Likewise.
* mingwex/fesetexceptflag.c: Likewise.
* mingwex/fesetround.c: Likewise.
* mingwex/fetestexcept.c: Likewise.
* mingwex/feupdateenv.c: Likewise.
* mingwex/fegetround.c: Add comment.

18 years ago2006-07-03 Paolo Bonzini <bonzini@gnu.org>
bonzini [Mon, 3 Jul 2006 09:26:24 +0000 (09:26 +0000)]
2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Fix thinko in previous check-in.
* configure: Regenerate.

18 years ago2006-07-03 Paolo Bonzini <bonzini@gnu.org>
bonzini [Mon, 3 Jul 2006 07:58:12 +0000 (07:58 +0000)]
2006-07-03  Paolo Bonzini  <bonzini@gnu.org>

Sync from gcc:

2007-07-03  Paolo Bonzini  <bonzini@gnu.org>

PR other/27063
* configure.in: Test subdir_requires and give an appropriate
error message.
* configure: Regenerate.

2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>

PR target/27540
* configure.in: Only enable libgomp on IRIX 6.
* configure: Regenerate.

18 years agodaily update
amodra [Mon, 3 Jul 2006 00:00:09 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Mon, 3 Jul 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago* include/cygwin/version.h: Bump DLL minor version number to 21.
cgf [Sun, 2 Jul 2006 16:22:59 +0000 (16:22 +0000)]
* include/cygwin/version.h: Bump DLL minor version number to 21.

18 years ago*** empty log message ***
gdbadmin [Sun, 2 Jul 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Sun, 2 Jul 2006 00:00:09 +0000 (00:00 +0000)]
daily update

18 years ago * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
eliz [Sat, 1 Jul 2006 12:34:30 +0000 (12:34 +0000)]
* gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
(GDB/MI Breakpoint Commands, GDB/MI Program Context)
(GDB/MI Thread Commands, GDB/MI Program Execution)
(GDB/MI Stack Manipulation, GDB/MI Variable Objects)
(GDB/MI Data Manipulation, GDB/MI Symbol Query)
(GDB/MI File Commands, GDB/MI Target Manipulation)
(GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
since the MI prompt is hard-wired into the code.

18 years agodaily update
amodra [Sat, 1 Jul 2006 00:00:11 +0000 (00:00 +0000)]
daily update

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

18 years ago* m32c/crt0.S (done_inilist): Fix dwarf2 address sizes.
dj [Fri, 30 Jun 2006 21:55:23 +0000 (21:55 +0000)]
* m32c/crt0.S (done_inilist): Fix dwarf2 address sizes.

18 years ago(GDB/MI Compatibility with CLI): Qualify more carefully.
nickrob [Fri, 30 Jun 2006 21:43:22 +0000 (21:43 +0000)]
(GDB/MI Compatibility with CLI): Qualify more carefully.
(GDB/MI Simple Examples): Use @subheading for "A Bad Command".
(GDB/MI Data Manipulation): Remove description of unimplemented
display related commands as variable objects perform this function
and are superior: -display-delete, -display-disable,
-display-enable, -display-insert and -display-list.  Move
-environment-cd, -environment-directory, -environment-path
and -environment-pwd to "Program Context".
(GDB/MI Program Control): Rename to "Program Execution".  Move
-exec-arguments -exec-abort to...
(GDB/MI Program Context): ...here.  New node split from "Data
 Manipulation".

18 years ago*** empty log message ***
nickrob [Fri, 30 Jun 2006 21:42:03 +0000 (21:42 +0000)]
*** empty log message ***

18 years agobfd/
hjl [Fri, 30 Jun 2006 14:16:13 +0000 (14:16 +0000)]
bfd/

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

* elf32-i386.c (elf_i386_relocate_section): Use xchg %ax,%ax
instead of 2 nops.
* elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
(elf64_x86_64_plt0_entry): Use nopl 0(%rax) instead of 4 nops.

ld/testsuite/

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

* ld-i386/tlsbindesc.dd: Updated to expect xchg %ax,%ax instead
of 2 nops.
* ld-i386/tlsdesc.dd: Likewise.
* ld-i386/tlsgdesc.dd: Likewise.
* ld-x86-64/tlsbindesc.dd: Likewise.
* ld-x86-64/tlsdesc.dd: Likewise.
* ld-x86-64/tlsdesc.pd: Likewise.
* ld-x86-64/tlsgdesc.dd: Likewise.

18 years ago* dwarf.c (display_debug_frames): Catch a corrupt length field generating an
nickc [Fri, 30 Jun 2006 13:38:57 +0000 (13:38 +0000)]
* dwarf.c (display_debug_frames): Catch a corrupt length field generating an
    end of block address that is beyond the end of the section.
  When encountering a corrupt CIE pointer do not reset the start pointer as
    more data still has to be read.
  Do not warn about user defined call frame instructions.

18 years ago * net.cc (cygwin_sendto): Allow zero-sized packets.
corinna [Fri, 30 Jun 2006 11:04:12 +0000 (11:04 +0000)]
* net.cc (cygwin_sendto): Allow zero-sized packets.
(cygwin_sendmsg): Ditto.

18 years agodaily update
amodra [Fri, 30 Jun 2006 00:00:08 +0000 (00:00 +0000)]
daily update

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

18 years ago* readelf.c (process_section_headers): Add H8/300 support.
dj [Thu, 29 Jun 2006 18:32:05 +0000 (18:32 +0000)]
* readelf.c (process_section_headers): Add H8/300 support.

18 years ago PR ld/2513
jakub [Thu, 29 Jun 2006 12:34:36 +0000 (12:34 +0000)]
PR ld/2513
* elf32-i386.c (GOT_TLS_MASK, GOT_TLS_IE_IE, GOT_TLS_IE_GD,
GOT_TLS_IE_MASK, elf_i386_check_relocs, allocate_dynrelocs): Revert
2006-04-08 changes.
(elf_i386_relocate_section): Likewise.  For GD->IE transition
change subl into addl whenever tls_type is GOT_TLS_IE_POS.

* ld-i386/tlsbin.dd: Fix expected output.

18 years ago*** empty log message ***
gdbadmin [Thu, 29 Jun 2006 00:00:35 +0000 (00:00 +0000)]
*** empty log message ***

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

18 years ago*** empty log message ***
gdbadmin [Wed, 28 Jun 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Wed, 28 Jun 2006 00:00:04 +0000 (00:00 +0000)]
daily update

18 years ago* emultempl/pe.em (gld_$_open_dynamic_archive): Compute maximum length of
nickc [Tue, 27 Jun 2006 11:45:21 +0000 (11:45 +0000)]
* emultempl/pe.em (gld_$_open_dynamic_archive): Compute maximum length of
  format strings in the libname_fmt[] array, rather than relying upon a
  statically chosen value.  Adjust xmalloc call to use this longest length.

18 years ago(-rpath-link): Clarify distinction between -rpath and -rpath-link.
nickc [Tue, 27 Jun 2006 08:52:38 +0000 (08:52 +0000)]
(-rpath-link): Clarify distinction between -rpath and -rpath-link.

18 years ago*** empty log message ***
gdbadmin [Tue, 27 Jun 2006 00:00:37 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Tue, 27 Jun 2006 00:00:09 +0000 (00:00 +0000)]
daily update

18 years ago2006-06-26 Dave Brolley <brolley@redhat.com>
brolley [Mon, 26 Jun 2006 22:00:35 +0000 (22:00 +0000)]
2006-06-26  Dave Brolley  <brolley@redhat.com>

        * sw-profile-gprof.xml: Document new sampling interface.
        * sw-profile-gprof.txt: Regenerated.

18 years ago2006-06-26 Dave Brolley <brolley@redhat.com>
brolley [Mon, 26 Jun 2006 22:00:12 +0000 (22:00 +0000)]
2006-06-26  Dave Brolley  <brolley@redhat.com>

        * configrun-sid.in (opt_gprof): Do not
        "connect-pin target-sched 0-event -> gprof sample".
        Do not "set gprof value-attribute pc".
        connect-pin cpu sample-gprof -> gprof sample.
        connect-pin cpu gprof-pc -> gprof pc.
        connect-pin cpu gprof-pc-hi -> gprof pc-hi.

18 years ago2006-06-26 Dave Brolley <brolley@redhat.com>
brolley [Mon, 26 Jun 2006 21:10:27 +0000 (21:10 +0000)]
2006-06-26  Dave Brolley  <brolley@redhat.com>

        * common-xml/behavior.xml (profiling): New behavior documented.
        * common-xml/interface.xml (pins): Document gprof-pc, gprof-pc-hi
        and sample-gprof pins.

18 years ago2006-06-26 Dave Brolley <brolley@redhat.com>
brolley [Mon, 26 Jun 2006 21:09:33 +0000 (21:09 +0000)]
2006-06-26  Dave Brolley  <brolley@redhat.com>

        * arm7f.h (get_pc): New member of arm7f_cpu.
        * hw-cpu-arm7t.txt: Regenerated.

18 years ago2006-06-26 Dave Brolley <brolley@redhat.com>
brolley [Mon, 26 Jun 2006 21:09:07 +0000 (21:09 +0000)]
2006-06-26  Dave Brolley  <brolley@redhat.com>

        * m32rbf.h (get_pc): New member of m32rbf_cpu.

18 years ago2006-06-26 Dave Brolley <brolley@redhat.com>
brolley [Mon, 26 Jun 2006 21:08:46 +0000 (21:08 +0000)]
2006-06-26  Dave Brolley  <brolley@redhat.com>

        * mt.h (get_pc): New member of mt_cpu.

18 years agoRemove duplicate entry.
brolley [Mon, 26 Jun 2006 21:08:24 +0000 (21:08 +0000)]
Remove duplicate entry.

18 years ago2006-06-26 Dave Brolley <brolley@redhat.com>
brolley [Mon, 26 Jun 2006 21:06:41 +0000 (21:06 +0000)]
2006-06-26  Dave Brolley  <brolley@redhat.com>

        * xstormy16.h (get_pc): New member of xstormy16_cpu.

18 years ago2006-06-26 Dave Brolley <brolley@redhat.com>
brolley [Mon, 26 Jun 2006 21:05:38 +0000 (21:05 +0000)]
2006-06-26  Dave Brolley  <brolley@redhat.com>

        * gprof.cxx (target_attribute): Removed from gprof_component.
        (pc_pin,pc_hi_pin): Added to gprof_component.
        (bucket_size_set): Use local reference for this->stats[current_stats].
        (accumulate_call): Likewise.
        (accumulate): Likewise. Use pc_pin and pc_hi_pin instead of
        target_attribute to get the pc.
        (gprof_component): Add pc and pc-hi pins. Don't add value-attribute
        attribute. Initialize the driven value of pc_hi_pin with 0.

18 years ago2006-06-26 Dave Brolley <brolley@redhat.com>
brolley [Mon, 26 Jun 2006 21:04:00 +0000 (21:04 +0000)]
2006-06-26  Dave Brolley  <brolley@redhat.com>

        * commonCfg.cxx (GprofCfg): Connect the cpu's gprof-pc and gprof-pc-hi
        pins to our pc and p-hi pins respectively.

18 years ago2006-06-26 Dave Brolley <brolley@redhat.com>
brolley [Mon, 26 Jun 2006 21:03:00 +0000 (21:03 +0000)]
2006-06-26  Dave Brolley  <brolley@redhat.com>

        * commonCfg.cxx (GprofCfg): Connect the cpu's gprof-pc and gprof-pc-hi
        pins to our pc and p-hi pins respectively.

18 years ago * library/srcwin.itb (_build_win): Add invisible frame to workaround
kseitz [Mon, 26 Jun 2006 20:44:57 +0000 (20:44 +0000)]
    * library/srcwin.itb (_build_win): Add invisible frame to workaround
        the missing frame problem.

18 years ago* r8c.opc (decode_r8c): Don't bother reading the destination
dj [Mon, 26 Jun 2006 20:31:43 +0000 (20:31 +0000)]
* r8c.opc (decode_r8c): Don't bother reading the destination
before moving a constant into it.  Fix borrow comparison for SUB.

18 years ago Revert patches from 2005-10-22 and 2006-06-14 to use event driven
corinna [Mon, 26 Jun 2006 12:12:11 +0000 (12:12 +0000)]
Revert patches from 2005-10-22 and 2006-06-14 to use event driven
accept and connect back to using select:
* fhandler.h (class fhandler_socket): Remove accept_mtx.
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Drop
initializing accept_mtx.
(fhandler_socket::accept): Drop event handling.
(fhandler_socket.cc (fhandler_socket::connect): Ditto.
(fhandler_socket::dup): Drop accept_mtx handling.
(fhandler_socket::listen): Ditto.
(fhandler_socket::prepare): Ditto.
(fhandler_socket::release): Ditto.
(fhandler_socket::close): Ditto.
* net.cc (cygwin_accept): Revert to calling cygwin_select to
implement interuptible accept.
(cygwin_connect): Ditto for connect.

18 years ago2006-06-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Mon, 26 Jun 2006 01:41:48 +0000 (01:41 +0000)]
2006-06-25  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

        * Include/_mingw.h: Increment version to 3.10.
        * Makefile.in: Ditto.

18 years ago * mingwex/math/tgamma.c (SQTPI): Add braces.
dannysmith [Mon, 26 Jun 2006 00:56:40 +0000 (00:56 +0000)]
* mingwex/math/tgamma.c (SQTPI): Add braces.

18 years ago * mingwex/wcrtomb.c (wcsrtombs): Fix src end-pointer thinko.
dannysmith [Mon, 26 Jun 2006 00:53:33 +0000 (00:53 +0000)]
* mingwex/wcrtomb.c (wcsrtombs): Fix src end-pointer thinko.
* mingwex/math/lgamma.c: (LOGPI) Avoid type punning.
(LS2PI): Likewise.
        * mingwex/math/sf_erf.c (erff): Initialize z.
        (erfcf): Likewise.
* mingwex/math/tgamma.c (SQTPI): Avoid type punning.

18 years agodaily update
amodra [Mon, 26 Jun 2006 00:00:36 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Mon, 26 Jun 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years agoChangelog formatting
dannysmith [Sun, 25 Jun 2006 21:19:46 +0000 (21:19 +0000)]
Changelog formatting

18 years agodaily update
amodra [Sun, 25 Jun 2006 00:00:06 +0000 (00:00 +0000)]
daily update

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

18 years ago2006-06-24 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 24 Jun 2006 18:25:10 +0000 (18:25 +0000)]
2006-06-24  H.J. Lu  <hongjiu.lu@intel.com>

* doc/as.texinfo (Org): Remove space.
(P2align): Add "@var{abs-expr},".

18 years agodefs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'.
eliz [Sat, 24 Jun 2006 13:48:53 +0000 (13:48 +0000)]
defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'.

18 years agobinutils/testsuite/
rsandifo [Sat, 24 Jun 2006 09:10:04 +0000 (09:10 +0000)]
binutils/testsuite/
* binutils-all/localize-hidden-1.d: Use objdump --syms instead
of readelf.

18 years ago*** empty log message ***
gdbadmin [Sat, 24 Jun 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

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

18 years agogas/
hjl [Fri, 23 Jun 2006 21:47:36 +0000 (21:47 +0000)]
gas/

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

* config/tc-i386.c (cpu_arch_tune_set): New.
(cpu_arch_isa): Likewise.
(i386_align_code): Use xchg %ax,%ax for 2 byte nop. Optimize
nops with short or long nop sequences based on -march=/.arch
and -mtune=.
(set_cpu_arch): Set cpu_arch_isa.  If cpu_arch_tune_set is 0,
set cpu_arch_tune and cpu_arch_tune_flags.
(md_parse_option): For -march=, set cpu_arch_isa and set
cpu_arch_tune and cpu_arch_tune_flags if cpu_arch_tune_set is
0.  Set cpu_arch_tune_set to 1 for -mtune=.
(i386_target_format): Don't set cpu_arch_tune.

gas/testsuite/

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

* gas/i386/i386.exp: Run nops-1, nops-1-i386, nops-1-i686,
nops-1-merom, nops-2, nops-2-i386, nops-2-merom, x86-64-nops-1,
x86-64-nops-1-k8, x86-64-nops-1-nocona and x86-64-nops-1-merom.

* gas/i386/nops-1.s: New file.
* gas/i386/nops-2.s: Likewise.
* gas/i386/nops-1-i386.d: Likewise.
* gas/i386/nops-1-i686.d: Likewise.
* gas/i386/nops-1-merom.d: Likewise.
* gas/i386/nops-1.d: Likewise.
* gas/i386/nops-2-i386.d: Likewise.
* gas/i386/nops-2-merom.d: Likewise.
* gas/i386/nops-2.d: Likewise.
* gas/i386/x86-64-nops-1.s: Likewise.
* gas/i386/x86-64-nops-1-k8.d: Likewise.
* gas/i386/x86-64-nops-1-merom.d: Likewise.
* gas/i386/x86-64-nops-1-nocona.d: Likewise.
* gas/i386/x86-64-nops-1.d: Likewise.

* gas/i386/sse2.d: Updated to expect xchg %ax,%ax as 2 byte
nop.

18 years ago * config/tc-mips.c (nopic_need_relax): Handle -fdata-sections
ths [Fri, 23 Jun 2006 18:31:17 +0000 (18:31 +0000)]
* config/tc-mips.c (nopic_need_relax): Handle -fdata-sections
generated .sbss.* and .gnu.linkonce.sb.*.

18 years ago * configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Set
drow [Fri, 23 Jun 2006 18:11:47 +0000 (18:11 +0000)]
* configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Set
targ_extra_libpath.

18 years ago2006-06-23 Shaun Jackman <sjackman@gmail.com>
jjohnstn [Fri, 23 Jun 2006 16:27:34 +0000 (16:27 +0000)]
2006-06-23  Shaun Jackman  <sjackman@gmail.com>

        * arm/elf-linux.specs: New file.

18 years ago * config/tc-mips.h (TC_SEGMENT_INFO_TYPE): Declare per-segment
ths [Fri, 23 Jun 2006 16:26:13 +0000 (16:26 +0000)]
* config/tc-mips.h (TC_SEGMENT_INFO_TYPE): Declare per-segment
label_list.
* config/tc-mips.c (label_list): Define per-segment label_list.
(mips_clear_insn_labels, mips_move_labels, mips16_mark_labels,
append_insn, s_align, s_cons, s_float_cons, s_gpword, s_gpdword,
mips_from_file_after_relocs, mips_define_label): Use per-segment
label_list.

18 years agobinutils/
rsandifo [Fri, 23 Jun 2006 16:23:09 +0000 (16:23 +0000)]
binutils/
* objcopy.c (localize_hidden): New variable.
(OPTION_LOCALIZE_HIDDEN): New command_line_switch value.
(copy_options): Add --localize-hidden.
(copy_usage): Mention --localize-hidden.
(is_hidden_symbol): New function.
(filter_symbols): Handle localize_hidden.
(copy_object): Call filter_symbols if localize_hidden.
(copy_main): Handle OPTION_LOCALIZE_HIDDEN.
* doc/binutils.texi (--localize-hidden): Document new option.

binutils/testsuite/
* binutils-all/localize-hidden-1.s,
* binutils-all/localize-hidden-1.d,
* binutils-all/localize-hidden-2.s,
* binutils-all/localize-hidden-2.d: New tests.
* binutils-all/objcopy.exp: Run them.

18 years ago * Makefile.am (ar_DEPENDENCIES, ranlib_DEPENDENCIES)
drow [Fri, 23 Jun 2006 14:30:59 +0000 (14:30 +0000)]
* Makefile.am (ar_DEPENDENCIES, ranlib_DEPENDENCIES)
(dlltool_DEPENDENCIES, windres_DEPENDENCIES): Remove @LEXLIB@.
* Makefile.in: Regenerate.

18 years ago * arm-tdep.c (arm_register_type): Use unsigned types for registers.
drow [Fri, 23 Jun 2006 13:01:04 +0000 (13:01 +0000)]
* arm-tdep.c (arm_register_type): Use unsigned types for registers.
Add special types for sp and pc.
* Makefile.in (arm-tdep.o): Update.

18 years ago* pe-dll.c (pe_details_type): Add new pointer for symbols list autofilter.
nickc [Fri, 23 Jun 2006 11:20:15 +0000 (11:20 +0000)]
* pe-dll.c (pe_details_type): Add new pointer for symbols list autofilter.
  (autofilter_symbollist): Split into autofilter_symbollist_generic and
    autofilter_symbollist_i386.
  (pe_detail_list): Add autofilter_symbollist_i386 to i386 case and
    autofilter_symbollist_generic for all the others.
  (autofilter_symbolprefixlist): Moved _fmode, _impure_ptr, cygwin_attach_dll,
    cygwin_premain0, cygwin_premain1, cygwin_premain2, cygwin_premain3,
    environ, into autofilter_symbollist_i386.
  (auto_export): Get autofilter_symbollist from pe_details.

18 years ago2006-06-23 Thiemo Seufer <ths@mips.com>
fche [Fri, 23 Jun 2006 11:17:57 +0000 (11:17 +0000)]
2006-06-23  Thiemo Seufer  <ths@mips.com>

* tracedis.cxx (bfd_getb16, bfd_getl16, bfd_getb32, bfd_getl32):
Remove invalid use of register specifier.

18 years ago * Makefile.am (*_DEPENDENCIES): Add missing dependencies.
amodra [Fri, 23 Jun 2006 06:04:37 +0000 (06:04 +0000)]
* Makefile.am (*_DEPENDENCIES): Add missing dependencies.
* Makefile.in: Regenerate.

18 years ago PR ld/2754
amodra [Fri, 23 Jun 2006 02:58:00 +0000 (02:58 +0000)]
PR ld/2754
* elf.c (bfd_elf_mkobject): Don't alloc if already done.  Set
program_header_size to -1.
(_bfd_elf_map_sections_to_segments): Adjust program_header_size check.
(assign_file_positions_for_load_sections ): Likewise.
(_bfd_elf_sizeof_headers): Use saved program_header_size if
available.
* elf32-arm.c (elf32_arm_mkobject): Call bfd_elf_mkobject, don't
alloc if already done.
* elf32-i386.c (elf_i386_mkobject): Likewise.
* elf32-ppc.c (ppc_elf_mkobject): Likewise.
* elf32-s390.c (elf_s390_mkobject): Likewise.
* elf32-sh.c (sh_elf_mkobject): Likewise.
* elf64-alpha.c (elf64_alpha_mkobject): Likewise.
* elf64-ppc.c (ppc64_elf_mkobject): Likewise.
* elf64-s390.c (elf_s390_mkobject): Likewise.
* elf64-x86-64.c (elf64_x86_64_mkobject): Likewise.
* elfxx-sparc.c (_bfd_sparc_elf_mkobject): Likewise.

18 years ago* fhandler_fifo.cc (fhandler_fifo::open): Release process lock and grab a
cgf [Fri, 23 Jun 2006 00:19:39 +0000 (00:19 +0000)]
* fhandler_fifo.cc (fhandler_fifo::open): Release process lock and grab a
system-wide mutex to prevent a deadlock and a race.
* sync.h (lock_process): Make fhandler_fifo a friend.
* smallprint.c (__small_vsprintf): Cosmetic change.

18 years ago*** empty log message ***
gdbadmin [Fri, 23 Jun 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Fri, 23 Jun 2006 00:00:07 +0000 (00:00 +0000)]
daily update

18 years ago * include/sys/time.h (struct timezone): Define.
dannysmith [Thu, 22 Jun 2006 21:57:44 +0000 (21:57 +0000)]
* include/sys/time.h (struct timezone): Define.
* include/time.h (_timezone): Correct comment.

18 years agoTypo fix.
drow [Thu, 22 Jun 2006 20:31:12 +0000 (20:31 +0000)]
Typo fix.

18 years ago * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
drow [Thu, 22 Jun 2006 19:57:02 +0000 (19:57 +0000)]
* gdb.base/store.exp: Don't use gdb_suppress_entire_file.

18 years ago * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
drow [Thu, 22 Jun 2006 19:53:46 +0000 (19:53 +0000)]
* gdb.base/gdb1555.exp: Use gdb_compile_shlib.  Skip if not
native.

18 years ago * gdb.stabs/exclfwd.exp: Skip the test if configure did not
drow [Thu, 22 Jun 2006 19:50:57 +0000 (19:50 +0000)]
* gdb.stabs/exclfwd.exp: Skip the test if configure did not
enable stabs testing.

18 years ago * auxv.exp: Intercept undefined command messages before
drow [Thu, 22 Jun 2006 19:32:40 +0000 (19:32 +0000)]
* auxv.exp: Intercept undefined command messages before
gdb_test_multiple does.

18 years agoAdd changelog entry for unintended earlier commit:
drow [Thu, 22 Jun 2006 19:17:49 +0000 (19:17 +0000)]
Add changelog entry for unintended earlier commit:
* Makefile.in (host_alias): Remove.
(target_alias): Use @target_noncanonical@.
(site.exp): Don't set host_alias.
* aclocal.m4: Remove contents.  Include acx.m4.
* configure: Regenerated.
* configure.ac: Use ACX_NONCANONICAL_TARGET.

18 years agoRevert accidental commit.
drow [Thu, 22 Jun 2006 19:17:09 +0000 (19:17 +0000)]
Revert accidental commit.

18 years ago2006-06-22 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 22 Jun 2006 17:59:52 +0000 (17:59 +0000)]
2006-06-22  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdlib/Makefile.am: Add new gdtoa routines.
        * libc/stdlib/Makefile.in: Regenerated.
        * libc/stdlib/gd_qnan.h: New file.
        * libc/stdlib/gdtoa-gethex.c: Ditto.
        * libc/stdlib/gdtoa-hexnan.c: Ditto.
        * libc/stdlib/gdtoa.h: Ditto.
        * libc/stdlib/mprec.c: Add new helper routines needed by
        the new gdtoa code.
        * libc/stdlib/mprec.h: Integrate some defines and prototypes
        used by gdtoa routines here.
        * libc/stdlib/strtod.c: Rebased on David M. Gay's gdtoa-strtod.c
        which adds C99 support such as nan, inf, and hexadecimal input
        format.

18 years agoPR ld/2757
nickc [Thu, 22 Jun 2006 16:25:36 +0000 (16:25 +0000)]
PR ld/2757
* emultempl/pe.em (gld_$_after_open): When reporting non PE format output
  files mention the file name and the fact that it is an output file.

18 years ago * remote-utils.c (remote_escape_output, remote_unescape_input): New.
drow [Thu, 22 Jun 2006 15:20:47 +0000 (15:20 +0000)]
* remote-utils.c (remote_escape_output, remote_unescape_input): New.
(putpkt_binary): Renamed from putpkt and adjusted for binary
data.
(putpkt): New wrapper for putpkt_binary.
(readchar): Don't mask off the high bit.
(decode_X_packet): New function.
* server.c (main): Call putpkt_binary if a handler sets the packet
length.  Save the length of the incoming packet.  Handle 'X'.
* server.h (gdb_byte, remote_escape_output, decode_X_packet): New.

18 years ago * config/tc-mips.c (ISA_SUPPORTS_MIPS16E): New macro.
ths [Thu, 22 Jun 2006 14:09:40 +0000 (14:09 +0000)]
* config/tc-mips.c (ISA_SUPPORTS_MIPS16E): New macro.
(append_insn): Use it.
(md_apply_fix): Whitespace formatting.
(md_begin, append_insn, macro, macro2, mips16_immed, mips_align,
mips16_extended_frag): Remove register specifier.
(md_convert_frag): Likewise. Use TRUE ans FALSE instead of numeric
constants.

18 years ago * remote.c (remote_escape_output): New function.
drow [Thu, 22 Jun 2006 14:06:37 +0000 (14:06 +0000)]
* remote.c (remote_escape_output): New function.
(remote_write_bytes): Use remote_escape_output.

18 years agoCorrect comment.
nickc [Thu, 22 Jun 2006 13:48:30 +0000 (13:48 +0000)]
Correct comment.

18 years ago* emultempl/pe.em (gld_${EMULATION_NAME}_open_dynamic_archive): Restructure.
nickc [Thu, 22 Jun 2006 13:43:04 +0000 (13:43 +0000)]
* emultempl/pe.em (gld_${EMULATION_NAME}_open_dynamic_archive): Restructure.
  Add native "%s.lib" format to search list
* ld.texinfo (node WIN32): Update documentation on dynamic lib search order.
   Add another reason for using import libs.

18 years ago*** empty log message ***
gdbadmin [Thu, 22 Jun 2006 00:01:07 +0000 (00:01 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Thu, 22 Jun 2006 00:00:07 +0000 (00:00 +0000)]
daily update

18 years agoCorrected typo in date.
shinwell [Wed, 21 Jun 2006 15:24:40 +0000 (15:24 +0000)]
Corrected typo in date.

18 years agogas/
shinwell [Wed, 21 Jun 2006 14:20:21 +0000 (14:20 +0000)]
gas/
* config/tc-arm.c (s_arm_unwind_save_vfp_armv6): New.  Parse
a directive saving VFP registers for ARMv6 or later.
(s_arm_unwind_save): Add parameter arch_v6 and call
s_arm_unwind_save_vfp or s_arm_unwind_save_vfp_armv6 as
appropriate.
(md_pseudo_table): Add entry for new "vsave" directive.
* doc/c-arm.texi: Correct error in example for "save"
directive (fstmdf -> fstmdx).  Also document "vsave" directive.

18 years agogdb/
drow [Wed, 21 Jun 2006 13:57:21 +0000 (13:57 +0000)]
gdb/
* NEWS: Mention qSupported.
* remote.c (struct remote_state): Add explicit_packet_size.
(get_remote_packet_size): Check explicit_packet_size.
(get_memory_packet_size): Likewise.
(PACKET_qSupported): New enum value.
(struct protocol_feature, remote_supported_packet)
(remote_packet_size, remote_protocol_features)
(remote_query_supported): New.
(remote_open_1): Reset explicit_packet_size.  Call
remote_query_supported.
(_initialize_remote): Register qSupported.
gdb/doc/
* gdb.texinfo (Remote configuration): Document set / show
remote supported-packets.
(General Query Packets): Document qSupported packet.
gdb/gdbserver/
* server.c (handle_query): Handle qSupported.

18 years agoFix for segmentation fault.
shinwell [Wed, 21 Jun 2006 13:25:53 +0000 (13:25 +0000)]
Fix for segmentation fault.

* ldlang.c (lang_insert_orphan): Correctly handle the case where
the section is to end up after the section currently at the end
of the list in output_bfd.

18 years ago2006-06-21 Andrew Stubbs <andrew.stubbs@st.com>
ams [Wed, 21 Jun 2006 10:49:16 +0000 (10:49 +0000)]
2006-06-21  Andrew Stubbs  <andrew.stubbs@st.com>

        * cli/cli-script.c (realloc_body_list): Zero new parts of body_list.

18 years ago * GDB 6.5 released from GDB 6.5 branch.
brobecke [Wed, 21 Jun 2006 07:23:04 +0000 (07:23 +0000)]
    * GDB 6.5 released from GDB 6.5 branch.

18 years ago * ld-elf/tls_common.exp: Match 32-bit output.
amodra [Wed, 21 Jun 2006 05:36:17 +0000 (05:36 +0000)]
* ld-elf/tls_common.exp: Match 32-bit output.

18 years ago * emultempl/mmo.em: Improve comments. Explain why there's
hp [Wed, 21 Jun 2006 02:53:40 +0000 (02:53 +0000)]
* emultempl/mmo.em: Improve comments.  Explain why there's
ELF-stuff here.