OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
17 years agodaily update
amodra [Sun, 12 Aug 2007 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Sun, 12 Aug 2007 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago2007-08-11 Michael Snyder <msnyder@access-company.com>
msnyder [Sat, 11 Aug 2007 20:08:37 +0000 (20:08 +0000)]
2007-08-11  Michael Snyder  <msnyder@access-company.com>

* completer.c: Spelling fix in comments.

17 years agobfd/
rsandifo [Sat, 11 Aug 2007 17:31:23 +0000 (17:31 +0000)]
bfd/
* config.bfd (sh-*-vxworks): Define targ_underscore to "yes".

17 years ago2007-08-10 Michael Snyder <msnyder@access-company.com>
msnyder [Sat, 11 Aug 2007 00:28:30 +0000 (00:28 +0000)]
2007-08-10  Michael Snyder  <msnyder@access-company.com>

* gdbtypes.c: Coding standard cleanup.

17 years ago2007-08-10 Michael Snyder <msnyder@access-company.com>
msnyder [Sat, 11 Aug 2007 00:22:18 +0000 (00:22 +0000)]
2007-08-10  Michael Snyder  <msnyder@access-company.com>

* gdbtypes.c: Comment/whitespace cleanup.

17 years ago*** empty log message ***
gdbadmin [Sat, 11 Aug 2007 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Sat, 11 Aug 2007 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago2007-08-10 Michael Snyder <msnyder@access-company.com>
msnyder [Fri, 10 Aug 2007 22:08:18 +0000 (22:08 +0000)]
2007-08-10  Michael Snyder  <msnyder@access-company.com>

* stabsread.c (read_huge_number): Attempt to compute value before
values that it depends on.

17 years ago2007-08-10 Michael Snyder <msnyder@access-company.com>
msnyder [Fri, 10 Aug 2007 22:01:27 +0000 (22:01 +0000)]
2007-08-10  Michael Snyder  <msnyder@access-company.com>

* linespec.c (decode_dollar): Dead code, ptr can't be non-null.
(decode_objc): Use "NULL" instead of 0.
(find_method): Ditto.
(decode_all_digits): Ditto.
(decode_dollar): Ditto.

17 years ago2007-08-10 Michael Snyder <msnyder@access-company.com>
msnyder [Fri, 10 Aug 2007 21:52:38 +0000 (21:52 +0000)]
2007-08-10  Michael Snyder  <msnyder@access-company.com>

* mi/mi-main.c (mi_cmd_data_evaluate_expression): Resource leak.

17 years ago2007-08-10 Michael Snyder <msnyder@access-company.com>
msnyder [Fri, 10 Aug 2007 21:44:22 +0000 (21:44 +0000)]
2007-08-10  Michael Snyder  <msnyder@access-company.com>

* mi/mi-cmd-var.c (mi_cmd_var_list_children): Memory leak.

17 years ago2007-08-10 Michael Snyder <msnyder@access-company.com>
msnyder [Fri, 10 Aug 2007 20:42:44 +0000 (20:42 +0000)]
2007-08-10  Michael Snyder  <msnyder@access-company.com>

* solib-svr4.c (enable_break): Don't free tmp_pathname until
after closing bfd.

17 years ago2007-08-10 Michael Snyder <msnyder@access-company.com>
msnyder [Fri, 10 Aug 2007 20:35:08 +0000 (20:35 +0000)]
2007-08-10  Michael Snyder  <msnyder@access-company.com>

* completer.c: Comment/whitespace cleanup.

17 years ago2007-08-10 Carlos O'Donell <carlos@codesourcery.com>
jjohnstn [Fri, 10 Aug 2007 19:36:46 +0000 (19:36 +0000)]
2007-08-10  Carlos O'Donell  <carlos@codesourcery.com>

        2007-07-12  Daniel Jacobowitz  <dan@codesourcery.com>

        * arm/syscalls.c (_stat): Use _close

        * arm/syscalls.c (struct poslog): Rename to...
        (struct fdent): ... this.
        (FILE_HANDLE_OFFSET): Remove.
        (findslot): Return a struct fdent* if fd is valid, otherwise return NULL.
        (newslot): New function.
        (remap_handle): Remove.
        (initialise_monitor_handles): Use stdout as fallback for stderr.
        (wrap): Rename to...
        (checkerror): ...  this.
        (_swiread): Use checkerror() for the return of SWI calls.  Correct the use of r0.
        (_read): Use findslot().  Return EBADF on bad handle.
        (_swilseek): Call findslot().  Check for valid whence.  Check for negative offset when using
        SEEK_CUR, and check for overflow.  Use checkerror().  Check *_Flen calls for errors.
        (_swiwrite): Correct the use of r0.
        (_write): Call findslot().
        (_swiopen): Call findslot().  Check for valid flags.  Use checkerror().  Call newslot().
        Handle O_TRUNC, and O_WRONLY.  Return index into openfiles[] for fd.
        (_swiclose): Correct the use of r0.
        (_close): Handle stderr == stdout case.  Only reclaim handle if _swiclose succeeded.
        (_getpid): Use __attribute__((unused)).
        (_sbrk): Fix formatting.
        (_swistat): New function.
        (_stat): Call _swistat().
        (_fstat): Call _swistat().
        (_unlink): Correct the use of r0.
        (isatty): Call finslot().  Correct the use of r0.
        (_system): Call checkerror().  Correct the use of r0.
        (_rename): Correct the use of r0.

17 years ago * Makefile.in (i386nbsd-nat.o): Add missing dependency.
brobecke [Fri, 10 Aug 2007 17:52:09 +0000 (17:52 +0000)]
    * Makefile.in (i386nbsd-nat.o): Add missing dependency.

17 years ago2007-08-10 Maxim Grigoriev <maxim2405@gmail.com>
maxim2405 [Fri, 10 Aug 2007 17:49:48 +0000 (17:49 +0000)]
2007-08-10  Maxim Grigoriev  <maxim2405@gmail.com>

* remote-fileio.c (remote_fileio_resize_fd_map): Initialize newly
allocated file descriptors.

17 years ago * Makefile.in: Minor cleanup throughout; add some missing variables,
brobecke [Fri, 10 Aug 2007 17:26:45 +0000 (17:26 +0000)]
    * Makefile.in: Minor cleanup throughout; add some missing variables,
        add some missing rules, remove some rules that are no longer needed,
        and fix the dependencies in several rules.

17 years ago * path.cc (fillout_mntent): Fix calculation of unicode buffer size.
corinna [Fri, 10 Aug 2007 16:47:22 +0000 (16:47 +0000)]
* path.cc (fillout_mntent): Fix calculation of unicode buffer size.

17 years ago* sim-memopt.c (memory_options): Mention that the memory-size switch accepts suffixes.
nickc [Fri, 10 Aug 2007 14:26:33 +0000 (14:26 +0000)]
* sim-memopt.c (memory_options): Mention that the memory-size switch accepts suffixes.
  (parse_size): Handle a suffix on the size value.
* sim-options.c (standard_options): Mention that the mem-size switch accepts suffixes.
  (standard_option_handler): Handle a suffix on the size value.

17 years agoAdd M R Swami Reddy as CR16/CRX support maintainer.
nickc [Fri, 10 Aug 2007 13:25:31 +0000 (13:25 +0000)]
Add M R Swami Reddy as CR16/CRX support maintainer.

17 years agoAdd a marker for the 2.18 features.
nickc [Fri, 10 Aug 2007 13:21:39 +0000 (13:21 +0000)]
Add a marker for the 2.18 features.

17 years agoUpdated Finnish, Irish and Vietnamese translations
nickc [Fri, 10 Aug 2007 13:16:31 +0000 (13:16 +0000)]
Updated Finnish, Irish and Vietnamese translations

17 years agoMention PR ld/4877.
hjl [Fri, 10 Aug 2007 12:41:33 +0000 (12:41 +0000)]
Mention PR ld/4877.

17 years ago2007-08-10 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 10 Aug 2007 12:36:20 +0000 (12:36 +0000)]
2007-08-10  H.J. Lu  <hongjiu.lu@intel.com>

* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.

17 years ago2007-08-10 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 10 Aug 2007 12:25:29 +0000 (12:25 +0000)]
2007-08-10  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/4875
* elf-hints-local.h: Include bfd_stdint.h.  Use uint32_t
instead of u_int32_t.

* sha1.h: Include bfd_stdint.h instead of <stdint.h>.

17 years ago * syscalls.cc (rename): Check oldpath and newpath for trailing dir
corinna [Fri, 10 Aug 2007 11:16:26 +0000 (11:16 +0000)]
* syscalls.cc (rename): Check oldpath and newpath for trailing dir
separators, require them to be existing directories if so.  Check
for a request to change only the case of the filename.  Check paths
for case insensitve equality only once.  Handle renaming a directory
to another, existing directory by unlinking the destination directory
first.  If newpath points to an existing file with R/O attribute set,
try to unset R/O attribute first.  Augment hardlink test by not
checking directories.  If renaming fails with STATUS_ACCESS_DENIED,
try to unlink existing destination filename and try renaming again.
Drop useless test for non-empty directory.  Always close fh at the
end of the function.

17 years agopatch: Correct documentation of windmc.
ktietz [Fri, 10 Aug 2007 07:12:37 +0000 (07:12 +0000)]
patch: Correct documentation of windmc.

17 years ago*** empty log message ***
gdbadmin [Fri, 10 Aug 2007 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Fri, 10 Aug 2007 00:00:07 +0000 (00:00 +0000)]
daily update

17 years ago2007-08-09 Michael Snyder <msnyder@access-company.com>
msnyder [Thu, 9 Aug 2007 23:14:55 +0000 (23:14 +0000)]
2007-08-09  Michael Snyder  <msnyder@access-company.com>

* aoutx.h (aout_get_external_symbols): Return if count is zero.

17 years ago2007-08-09 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 9 Aug 2007 23:13:40 +0000 (23:13 +0000)]
2007-08-09  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/4909
* elf.c (print_segment_map): New function.
(assign_file_positions_for_load_sections): Call print_segment_map
when a section can't be allocated in segment.

17 years agoRe-instated Guile/Scheme support.
ludo [Thu, 9 Aug 2007 23:01:10 +0000 (23:01 +0000)]
Re-instated Guile/Scheme support.

17 years agoAdd Emacs local variables for UTF-8.
ludo [Thu, 9 Aug 2007 22:44:37 +0000 (22:44 +0000)]
Add Emacs local variables for UTF-8.

17 years agoAdded myself to `MAINTAINERS'.
ludo [Thu, 9 Aug 2007 21:52:04 +0000 (21:52 +0000)]
Added myself to `MAINTAINERS'.

17 years ago2007-08-09 Michael Snyder <msnyder@access-company.com>
msnyder [Thu, 9 Aug 2007 18:37:08 +0000 (18:37 +0000)]
2007-08-09  Michael Snyder  <msnyder@access-company.com>

* solib.c (solib_open): Memory leak -- openp returns xmalloc buffer.

17 years ago2007-08-09 Michael Snyder <msnyder@access-company.com>
msnyder [Thu, 9 Aug 2007 18:36:55 +0000 (18:36 +0000)]
2007-08-09  Michael Snyder  <msnyder@access-company.com>

* solib.c (solib_open): Memory leak -- openp returns xmalloc buffer.

17 years ago* gendef (sigbe): Reset "incyg" while the stack lock is active to avoid a
cgf [Thu, 9 Aug 2007 17:20:09 +0000 (17:20 +0000)]
* gendef (sigbe): Reset "incyg" while the stack lock is active to avoid a
potential race.

17 years ago * solib-som.c (som_relocate_section_addresses): Stop saving
brobecke [Thu, 9 Aug 2007 16:45:32 +0000 (16:45 +0000)]
    * solib-som.c (som_relocate_section_addresses): Stop saving
        the $CODE$ section in the so_list structure.

17 years ago2007-08-09 Paul Brook <paul@codesourcery.com>
pbrook [Thu, 9 Aug 2007 15:11:05 +0000 (15:11 +0000)]
2007-08-09  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (relaxed_symbol_addr): Compensate for alignment.

gas/testsuite/
* gas/arm/relax_load_align.d: new test.
* gas/arm/relax_load_align.s: new test.

17 years ago * opncls.c (bfd_openr_iovec): Fix the OPEN parameter macro expansion.
jkratoch [Thu, 9 Aug 2007 14:22:03 +0000 (14:22 +0000)]
* opncls.c (bfd_openr_iovec): Fix the OPEN parameter macro expansion.

17 years agogas/
hjl [Thu, 9 Aug 2007 13:50:49 +0000 (13:50 +0000)]
gas/

2007-08-09  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (check_byte_reg): Support pextrb and pinsrb.

gas/testsuite/

2007-08-09  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Run sse4_1-intel, sse4_2-intel,
x86-64-sse4_1-intel and x86-64-sse4_2-intel.

* gas/i386/sse4_1-intel.d: New file.
* gas/i386/sse4_2-intel.d: Likewise.
* gas/i386/x86-64-sse4_1-intel.d: Likewise.
* gas/i386/x86-64-sse4_2-intel.d: Likewise.

* gas/i386/sse4_1.s: Add tests for Intel syntax.
* gas/i386/sse4_2.s: Likewise.
* gas/i386/x86-64-sse4_1.s: Likewise.
* gas/i386/x86-64-sse4_2.s: Likewise.

* gas/i386/sse4_1.d: Updated.
* gas/i386/sse4_2.d: Likewise.
* gas/i386/x86-64-sse4_1.d: Likewise.
* gas/i386/x86-64-sse4_2.d: Likewise.

opcodes/

2007-08-09  H.J. Lu  <hongjiu.lu@intel.com>

* i386-opc.tbl: Add NoRex64 to pmovsxbw, pmovsxwd, pmovsxdq,
pmovzxbw, pmovzxwd, pmovzxdq and roundsd.
* i386-tbl.h: Regenerated.

17 years ago * windres/windres.exp: Return unsupported rather than fail if
amodra [Thu, 9 Aug 2007 11:43:03 +0000 (11:43 +0000)]
* windres/windres.exp: Return unsupported rather than fail if
windows.h not found.

17 years agobinutils/testsuite/
amodra [Thu, 9 Aug 2007 11:25:58 +0000 (11:25 +0000)]
binutils/testsuite/
* binutils-all/copy-2.d (not-target): Match *-*-*aout.
* binutils-all/copy-3.d (not-target): Likewise.
* binutils-all/objcopy.exp (objcopy_test): Remove extraneous
setup_xfail.
gas/testsuite/
* gas/all/weakref1u.d (not-target): Match *-*-*aout.

17 years ago PR 4515
amodra [Thu, 9 Aug 2007 11:02:23 +0000 (11:02 +0000)]
PR 4515
* genscripts.sh: Delete all references to NONPAGED_TEXT_START_ADDR.
* ldint.texinfo: Likewise.
* emulparams/armaoutb.sh (NONPAGED_TEXT_START_ADDRESS): Delete.
* emulparams/armaoutl.sh: Likewise.
* emulparams/arcelf.sh (NONPAGED_TEXT_START_ADDR): Delete.
* emulparams/bfin.sh: Likewise
* emulparams/crisaout.sh: Likewise
* emulparams/elf32_sparc.sh: Likewise
* emulparams/elf32am33lin.sh: Likewise
* emulparams/elf32b4300.sh: Likewise
* emulparams/elf32bmip.sh: Likewise
* emulparams/elf32mcore.sh: Likewise
* emulparams/elf32xtensa.sh: Likewise
* emulparams/elf64_s390.sh: Likewise
* emulparams/elf64_sparc.sh: Likewise
* emulparams/elf64alpha.sh: Likewise
* emulparams/elf_i386.sh: Likewise
* emulparams/elf_i386_be.sh: Likewise
* emulparams/elf_i386_chaos.sh: Likewise
* emulparams/elf_i386_ldso.sh: Likewise
* emulparams/elf_i386_vxworks.sh: Likewise
* emulparams/elf_s390.sh: Likewise
* emulparams/elf_x86_64.sh: Likewise
* emulparams/i386aout.sh: Likewise
* emulparams/i386moss.sh: Likewise
* emulparams/i386msdos.sh: Likewise
* emulparams/i386nto.sh: Likewise
* emulparams/i386nw.sh: Likewise
* emulparams/m68kaout.sh: Likewise
* emulparams/m68kelf.sh: Likewise
* emulparams/ppcnw.sh: Likewise
* emulparams/sun4.sh: Likewise
* emulparams/tic80coff.sh: Likewise
* emulparams/vaxnbsd.sh: Likewise
* emulparams/armnbsd.sh (NONPAGED_TEXT_START_ADDR): Delete.
(TEXT_START_ADDR): Set for -n, -N.
* emulparams/coff_sparc.sh: Likewise
* emulparams/elf32vax.sh: Likewise
* emulparams/i386bsd.sh: Likewise
* emulparams/i386go32.sh: Likewise
* emulparams/i386linux.sh: Likewise
* emulparams/i386lynx.sh: Likewise
* emulparams/i386mach.sh: Likewise
* emulparams/m68k4knbsd.sh: Likewise
* emulparams/m68klinux.sh: Likewise
* emulparams/m68knbsd.sh: Likewise
* emulparams/ns32knbsd.sh: Likewise
* emulparams/pc532macha.sh: Likewise
* emulparams/ppclynx.sh: Likewise
* emulparams/scoreelf.sh: Likewise
* emulparams/sparcaout.sh: Likewise
* emulparams/sparclinux.sh: Likewise
* emulparams/sun3.sh: Likewise
* emulparams/vsta.sh: Likewise

17 years ago * syscalls.cc (rename): Close oldpath file handle immediately after
corinna [Thu, 9 Aug 2007 10:32:24 +0000 (10:32 +0000)]
* syscalls.cc (rename): Close oldpath file handle immediately after
trying to rename it.  Use nfh handle when checking for non-empty
newpath directory.  Only change status if check_dir_not_empty really
returns STATUS_DIRECTORY_NOT_EMPTY.

17 years ago*** empty log message ***
gdbadmin [Thu, 9 Aug 2007 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Thu, 9 Aug 2007 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago2007-08-08 Maxim Grigoriev <maxim2405@gmail.com>
maxim2405 [Wed, 8 Aug 2007 23:22:17 +0000 (23:22 +0000)]
2007-08-08  Maxim Grigoriev  <maxim2405@gmail.com>

* xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): New.
(xtensa_register_group_t): Add entries for coprocessors.
* xtensa-tdep.c (xtensa_init_reggroups): New register groups.
(xtensa_add_reggroups): Likewise.
(xtensa_register_reggroup_p): Likewise.
(xtensa_coprocessor_register_group): New function.
(xtensa_cp): New.

17 years ago2007-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
jkratoch [Wed, 8 Aug 2007 22:12:34 +0000 (22:12 +0000)]
2007-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>

* serial.c (serial_open): Fix the OPEN parameter macro expansion.

17 years ago2007-08-08 Michael Snyder <msnyder@access-company.com>
msnyder [Wed, 8 Aug 2007 22:02:37 +0000 (22:02 +0000)]
2007-08-08  Michael Snyder  <msnyder@access-company.com>

* target.c (target_read_string): Guard against null.

17 years ago2007-08-08 Michael Snyder <msnyder@access-company.com>
msnyder [Wed, 8 Aug 2007 21:46:36 +0000 (21:46 +0000)]
2007-08-08  Michael Snyder  <msnyder@access-company.com>

* varobj.c (value_of_root): Move alloc after return to avoid leak.

17 years ago2007-08-08 Michael Snyder <msnyder@access-company.com>
msnyder [Wed, 8 Aug 2007 18:39:50 +0000 (18:39 +0000)]
2007-08-08  Michael Snyder  <msnyder@access-company.com>

* tui/tui-layout.c (tui_set_layout): Dead code, dead variable.

17 years ago2007-08-08 Michael Snyder <msnyder@access-company.com>
msnyder [Wed, 8 Aug 2007 18:34:28 +0000 (18:34 +0000)]
2007-08-08  Michael Snyder  <msnyder@access-company.com>

* top.c (command_line_input): Memory leak.

17 years ago2007-08-08 Michael Snyder <msnyder@access-company.com>
msnyder [Wed, 8 Aug 2007 18:08:52 +0000 (18:08 +0000)]
2007-08-08  Michael Snyder  <msnyder@access-company.com>

* solib-svr4.c (open_symbol_file_object): Memory leak.
(svr4_current_sos): Ditto.
(enable_break): Ditto.

17 years ago2007-08-08 Michael Snyder <msnyder@access-company.com>
msnyder [Wed, 8 Aug 2007 18:05:36 +0000 (18:05 +0000)]
2007-08-08  Michael Snyder  <msnyder@access-company.com>

* cp-valprint.c (cp_print_hpacc_virtual_table_entries): Memory leak.

17 years ago2007-08-08 Michael Snyder <msnyder@access-company.com>
msnyder [Wed, 8 Aug 2007 18:01:34 +0000 (18:01 +0000)]
2007-08-08  Michael Snyder  <msnyder@access-company.com>

* dwarf2read.c (add_partial_symbol): Memory leak.

17 years agodaily update
amodra [Wed, 8 Aug 2007 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Wed, 8 Aug 2007 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

17 years agoFix year in ChangeLog entry.
hjl [Tue, 7 Aug 2007 16:06:41 +0000 (16:06 +0000)]
Fix year in ChangeLog entry.

17 years agoFix year in ChangeLog entries.
hjl [Tue, 7 Aug 2007 16:05:45 +0000 (16:05 +0000)]
Fix year in ChangeLog entries.

17 years ago* po/bfd.pot: Updated template.
nickc [Tue, 7 Aug 2007 11:01:34 +0000 (11:01 +0000)]
* po/bfd.pot: Updated template.
* po/BLD-POTFILES.in: Regenerate.

17 years agoUpdate German translation
nickc [Tue, 7 Aug 2007 10:25:23 +0000 (10:25 +0000)]
Update German translation

17 years ago* configure.tgt: Add bfin-*rtems*.
nickc [Tue, 7 Aug 2007 09:32:06 +0000 (09:32 +0000)]
* configure.tgt: Add bfin-*rtems*.

17 years agodaily update
amodra [Tue, 7 Aug 2007 00:00:05 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Tue, 7 Aug 2007 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago * elf.c: (_bfd_elf_make_section_from_phdr): Properly handle
amodra [Mon, 6 Aug 2007 22:53:27 +0000 (22:53 +0000)]
* elf.c: (_bfd_elf_make_section_from_phdr): Properly handle
bss segments.

17 years ago * Makefile.am (BUILD_HFILES): Clean bfd_stdint.h.
drow [Mon, 6 Aug 2007 20:53:29 +0000 (20:53 +0000)]
* Makefile.am (BUILD_HFILES): Clean bfd_stdint.h.
* Makefile.in: Regenerated.

17 years ago * configure.in: Update version to 2.18.50.
drow [Mon, 6 Aug 2007 20:13:48 +0000 (20:13 +0000)]
* configure.in: Update version to 2.18.50.
* configure: Regenerated.

17 years ago2007-08-06 Michael Snyder <msnyder@access-company.com>
msnyder [Mon, 6 Aug 2007 20:07:42 +0000 (20:07 +0000)]
2007-08-06  Michael Snyder  <msnyder@access-company.com>

* ada-lang.c (desc_bounds): Comparison of function address to NULL.

17 years ago2007-08-06 Paul Brook <paul@codesourcery.com>
drow [Mon, 6 Aug 2007 18:47:21 +0000 (18:47 +0000)]
2007-08-06  Paul Brook  <paul@codesourcery.com>

* elf32-arm.c (elf32_arm_link_hash_entry): Add
plt_maybe_thumb_refcount.
(elf32_arm_link_hash_newfunc): Set plt_maybe_thumb_refcount.
(elf32_arm_copy_indirect_symbol): Ditto.
(elf32_arm_adjust_dynamic_symbol): Ditto.
(bfd_elf32_arm_process_before_allocation): Handle R_ARM_THM_JUMP24.
(arm_add_to_rel): Ditto.
(elf32_arm_final_link_relocate): Merge R_ARM_THM_JUMP24 with
R_ARM_THM_CALL.  Handle R_ARM_THM_JUMP19 against a PLT stub.
(elf32_arm_gc_sweep_hook): Call check_use_blx.  Update plt counts
for R_ARM_THM_JUMP24 and R_ARM_THM_JUMP19.
(elf32_arm_check_relocs): Update plt counts for R_ARM_THM_JUMP24
and R_ARM_THM_JUMP19.
(allocate_dynrelocs): Use plt_maybe_thumb_refcount.
(elf32_arm_finish_dynamic_symbol): Ditto.
(elf32_arm_output_plt_map): Ditto.

17 years ago * elf.c (rewrite_elf_program_header): Handle sections not sorted
drow [Mon, 6 Aug 2007 18:35:16 +0000 (18:35 +0000)]
* elf.c (rewrite_elf_program_header): Handle sections not sorted
by address.
(copy_elf_program_header): Likewise.

17 years ago* ld-pe/pe.exp: Special diff file for x86_64-mingw target.
nickc [Mon, 6 Aug 2007 14:41:50 +0000 (14:41 +0000)]
* ld-pe/pe.exp: Special diff file for x86_64-mingw target.
* ld-pe/secrel_64.d: New.

17 years ago* emultempl/pep.em: (pep_enable_stdcall_fixup): Set to value 1.
nickc [Mon, 6 Aug 2007 14:32:07 +0000 (14:32 +0000)]
* emultempl/pep.em: (pep_enable_stdcall_fixup): Set to value 1.
  (gld_xxx_recognized_file): Use pep_bfd_is_dll for detection of shared objects.
* pe-dll.c: (autofilter_symbollist_i386): Define set for amd64 mingw target.

17 years ago*** empty log message ***
gdbadmin [Mon, 6 Aug 2007 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Mon, 6 Aug 2007 00:00:05 +0000 (00:00 +0000)]
daily update

17 years ago* macroexp.c (init_buffer): Remove testing code that overrides the
jimb [Sun, 5 Aug 2007 21:41:09 +0000 (21:41 +0000)]
* macroexp.c (init_buffer): Remove testing code that overrides the
caller's length guess.
(gather_arguments): Use a larger initial size, now that the vector
growth code has been exercised.

17 years ago * solib-target.c (solib_target_relocate_section_addresses): Add
palves [Sun, 5 Aug 2007 09:57:05 +0000 (09:57 +0000)]
* solib-target.c (solib_target_relocate_section_addresses): Add
orig_delta to addr_high.

17 years ago2007-08-04 Michael Snyder <msnyder@access-company.com>
msnyder [Sun, 5 Aug 2007 01:04:30 +0000 (01:04 +0000)]
2007-08-04  Michael Snyder  <msnyder@access-company.com>

* remote-fileio.c (remote_fileio_func_write): Memory leak.

17 years ago2007-08-04 Michael Snyder <msnyder@access-company.com>
msnyder [Sun, 5 Aug 2007 00:43:34 +0000 (00:43 +0000)]
2007-08-04  Michael Snyder  <msnyder@access-company.com>

* breakpoint.c (print_one_breakpoint): Off by one error.

17 years ago2007-08-04 Michael Snyder <msnyder@access-company.com>
msnyder [Sun, 5 Aug 2007 00:36:52 +0000 (00:36 +0000)]
2007-08-04  Michael Snyder  <msnyder@access-company.com>

* tracepoint.c (add_register): Off by one error.
(stringify_collection_list): Free malloc buffer.

17 years agodaily update
amodra [Sun, 5 Aug 2007 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Sun, 5 Aug 2007 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago2007-08-04 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 4 Aug 2007 16:31:00 +0000 (16:31 +0000)]
2007-08-04  H.J. Lu  <hongjiu.lu@intel.com>

* elf-bfd.h (xvec_get_elf_backend_data): Add const.

* elfcode.h (elf_object_p): Use xvec_get_elf_backend_data.
* elfcore.h (elf_core_file_p): Likewise.

17 years ago PR 4888
amodra [Sat, 4 Aug 2007 08:26:38 +0000 (08:26 +0000)]
PR 4888
* objcopy.c (setup_section): Do modify section flags for ELF
STRIP_NONDEBUG (reverting part of 2007-05-30 change).  Prevent
header rewrite by twiddling input section flags instead.
Simplify code setting SHT_NOBITS.

17 years ago2007-08-03 Michael Snyder <msnyder@access-company.com>
msnyder [Sat, 4 Aug 2007 03:00:40 +0000 (03:00 +0000)]
2007-08-03  Michael Snyder  <msnyder@access-company.com>

* mi-cmd-var.c (mi_cmd_var_delete): Remove unused variable,
stop memory leak, straighten out cleanups.

17 years ago2007-08-03 Michael Snyder <msnyder@access-company.com>
msnyder [Sat, 4 Aug 2007 02:50:12 +0000 (02:50 +0000)]
2007-08-03  Michael Snyder  <msnyder@access-company.com>

* jv-lang.c (java_link_class_type): Guard against NULL.

17 years ago*** empty log message ***
gdbadmin [Sat, 4 Aug 2007 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Sat, 4 Aug 2007 00:00:05 +0000 (00:00 +0000)]
daily update

17 years ago2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Fri, 3 Aug 2007 22:51:23 +0000 (22:51 +0000)]
2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

        * include/_mingw.h: Increment version to 3.13.
        * Makefile.in: Reset CYGRELEASE to 1

17 years ago2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Fri, 3 Aug 2007 22:36:59 +0000 (22:36 +0000)]
2007-03-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

        * include/_mingw.h: Increment version to 3.13.

17 years ago2007-08-03 Chris Sutcliffe <ir0nh34d@users.sf.net>
ironhead [Fri, 3 Aug 2007 22:22:31 +0000 (22:22 +0000)]
2007-08-03  Chris Sutcliffe  <ir0nh34d@users.sf.net>

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

17 years ago2007-08-03 Ralf Corsepius <ralf.corsepius@rtems.org>
jjohnstn [Fri, 3 Aug 2007 21:03:40 +0000 (21:03 +0000)]
2007-08-03  Ralf Corsepius  <ralf.corsepius@rtems.org>

        * libc/include/tar.h: New.

17 years ago2007-08-03 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 3 Aug 2007 21:01:10 +0000 (21:01 +0000)]
2007-08-03  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/intl/Makefile.am: Change stpcpy reference to
        lcl_stpcpy to avoid conflict with new stpcpy.c in libc/string.
        * libc/sys/linux/intl/Makefile.in: Regenerated.
        * libc/sys/linux/intl/stpcpy.c: Renamed to...
        * libc/sys/linux/intl/lcl_stpcpy.c: ..this.

17 years agomerge from gcc
dj [Fri, 3 Aug 2007 19:49:43 +0000 (19:49 +0000)]
merge from gcc

17 years ago * Makefile.in (cygcheck.exe): Add bloda.o as prerequisite, adjusting
davek [Fri, 3 Aug 2007 19:41:48 +0000 (19:41 +0000)]
* Makefile.in (cygcheck.exe):  Add bloda.o as prerequisite, adjusting
dependency-filtering $(wordlist ...) call appropriately.  Link ntdll.
(bloda.o):  New rule to build bloda.o
* cygcheck.cc (dump_sysinfo):  Call bloda function dump_dodgy_apps().
* bloda.cc:  New file implements detection of applications from the
Big List Of Dodgy Apps.

17 years agoFix resource dependency problems for xmpy.
wilson [Fri, 3 Aug 2007 18:54:22 +0000 (18:54 +0000)]
Fix resource dependency problems for xmpy.

17 years ago * ld-srec/srec.exp: XFAIL for powerpc*-*-*.
drow [Fri, 3 Aug 2007 12:53:47 +0000 (12:53 +0000)]
* ld-srec/srec.exp: XFAIL for powerpc*-*-*.

17 years agodaily update
amodra [Fri, 3 Aug 2007 00:00:04 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Fri, 3 Aug 2007 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***