OSDN Git Service

pf3gnuchains/sourceware.git
17 years ago * ppc-opc (PPC7450): New.
nathan [Fri, 27 Jul 2007 14:24:26 +0000 (14:24 +0000)]
* ppc-opc (PPC7450): New.
(powerpc_opcodes): Use it in dcba.

17 years ago2007-07-27 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 27 Jul 2007 13:26:43 +0000 (13:26 +0000)]
2007-07-27  H.J. Lu  <hongjiu.lu@intel.com>

* config.bfd (x86_64-*-mingw*): Don't include x86_64coff_vec.

17 years ago * fhandler_disk_file.cc (fhandler_disk_file::ftruncate): Use
corinna [Fri, 27 Jul 2007 13:19:40 +0000 (13:19 +0000)]
* fhandler_disk_file.cc (fhandler_disk_file::ftruncate): Use
NtQueryInformationFile instead of GetFileSize, NtFsControlFile instead
of DeviceIoControl.

17 years ago * fhandler_disk_file.cc (fhandler_base::fstat_by_name): Use
corinna [Fri, 27 Jul 2007 10:10:56 +0000 (10:10 +0000)]
* fhandler_disk_file.cc (fhandler_base::fstat_by_name): Use
RtlSplitUnicodePath.
(fhandler_disk_file::fstat): Rename oret to opened.  Open file using NT
functions right here.  Try to open parent dir instead of root directory
to avoid call to rootdir.  Use NtFsControlFile.
* ntdll.h (RtlSplitUnicodePath): Define.

17 years ago * fhandler_disk_file.cc (is_volume_mountpoint): New static inline
corinna [Fri, 27 Jul 2007 09:00:12 +0000 (09:00 +0000)]
* fhandler_disk_file.cc (is_volume_mountpoint): New static inline
function.
(path_conv::ndisk_links): Call is_volume_mountpoint.
(fhandler_disk_file::readdir_helper): Ditto.

17 years ago * fhandler.h (enum query_state): Drop redundant query_stat_control.
corinna [Fri, 27 Jul 2007 08:38:00 +0000 (08:38 +0000)]
* fhandler.h (enum query_state): Drop redundant query_stat_control.
* fhandler.cc (fhandler_base::open): Ditto.  Add READ_CONTROL to
access and FILE_OPEN_FOR_BACKUP_INTENT to create_options when opening
for writing.  Always set security attributes to avoid calling
has_acls.
* fhandler_disk_file.cc (fhandler_base::fstat_fs): Don't try to
open file twice.

17 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
msnyder [Fri, 27 Jul 2007 01:15:27 +0000 (01:15 +0000)]
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* coff-i386.c (coff_i386_rtype_to_howto): Guard against null.

17 years ago2007-07-26 Michael Snyder <msnyder@svkmacdonelllnx>
msnyder [Fri, 27 Jul 2007 01:04:29 +0000 (01:04 +0000)]
2007-07-26  Michael Snyder  <msnyder@svkmacdonelllnx>

* linker.c (bfd_section_already_linked_table_insert): Change
return type from void to boolean.  Return FALSE on failure.
(_bfd_generic_section_already_linked): Test return value of
bfd_section_already_linked_table_insert, call fatal on error.

* elflink.c (_bfd_elf_section_already_linked): Test return value
of bfd_section_already_linked_table_insert, call fatal on error.

* libbfd-in.h (bfd_section_already_linked_table_insert): Update
return type to bfd_boolean.

* libbfd.h: Regenerate.

17 years ago * archive.c (do_slurp_bsd_armap, do_slurp_coff_armap,
nemet [Fri, 27 Jul 2007 00:49:05 +0000 (00:49 +0000)]
* archive.c (do_slurp_bsd_armap, do_slurp_coff_armap,
bfd_slurp_armap): Improve function comment.

17 years ago * readelf.c (process_archive): Also skip Irix6-style archive symbol
nemet [Fri, 27 Jul 2007 00:48:30 +0000 (00:48 +0000)]
* readelf.c (process_archive): Also skip Irix6-style archive symbol
tables.

17 years agodaily update
amodra [Fri, 27 Jul 2007 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Fri, 27 Jul 2007 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

17 years agoFix bollixed check-in
msnyder [Thu, 26 Jul 2007 21:58:44 +0000 (21:58 +0000)]
Fix bollixed check-in

17 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
msnyder [Thu, 26 Jul 2007 21:53:35 +0000 (21:53 +0000)]
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* linker.c (already_linked_newfunc): Check for NULL return from
bfd_hash_allocate.

17 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
msnyder [Thu, 26 Jul 2007 19:06:12 +0000 (19:06 +0000)]
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* coffgen.c (fixup_symbol_value): Guard against null;
bfd_is_com_section will dereference the section pointer.

17 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
msnyder [Thu, 26 Jul 2007 18:53:51 +0000 (18:53 +0000)]
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* syms.c (bfd_decode_symclass): Guard against NULL, since
bfd_is_com_section dereferences the pointer.

17 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
msnyder [Thu, 26 Jul 2007 18:45:13 +0000 (18:45 +0000)]
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* srec.c (srec_scan): Check for EOF (critical because return value
will be used as array index).

17 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
msnyder [Thu, 26 Jul 2007 18:43:24 +0000 (18:43 +0000)]
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* coffgen.c (_bfd_coff_read_internal_relocs): If internal_relocs
are not to be cached, free the temporary buffer.

17 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
msnyder [Thu, 26 Jul 2007 18:30:28 +0000 (18:30 +0000)]
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* aoutx.h (slurp_reloc_table): Return TRUE if reloc_size == zero
or count == zero.

17 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
msnyder [Thu, 26 Jul 2007 18:18:07 +0000 (18:18 +0000)]
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* tekhex.c (first_phase): Check return value for null.

17 years ago2007-07-26 Michael Snyder <msnyder@access-company.com>
msnyder [Thu, 26 Jul 2007 18:15:45 +0000 (18:15 +0000)]
2007-07-26  Michael Snyder  <msnyder@access-company.com>

* elf.c (_bfd_elf_get_synthetic_symtab): Remove meaningless
pointer increment.

17 years ago * dir.cc (readdir_worker): Drop dir parameter from call to
corinna [Thu, 26 Jul 2007 17:30:54 +0000 (17:30 +0000)]
* dir.cc (readdir_worker): Drop dir parameter from call to
readdir_get_ino.
* fhandler.h (fhandler_disk_file::readdir_helper): Switch file name
parameter to PUNICODE_STRING.
* fhandler_disk_file.cc: Drop including ntdef.h.
(class __DIR_mounts): Store mount points in UNICODE.  Additionally
store cygdrive prefix in unicode here.  Change methods accordingly.
(__DIR_mounts::eval_ino): Call new stat_worker instead of lstat64.
(__DIR_mounts::~__DIR_mounts): New destructor to free UNICODE buffers.
(path_conv::ndisk_links): Rewrite using native NT functions.
(fhandler_base::fstat_by_handle): Use NAME_MAX instead of CYG_MAX_PATH.
Always set pfvi->VolumeSerialNumber to non-0.  Remove last resort
code.
(fhandler_base::fstat_by_name): Rewrite using native NT functions.
(fhandler_base::fstat_fs): Always call fstat_by_name if fstat_by_handle
fails.
(fhandler_base::fstat_helper): Rely on dwVolumeSerialNumber.
(fhandler_disk_file::facl): Call fstat_by_name if fstat_by_handle fails.
(DIR_BUF_SIZE): Define using NAME_MAX instead of CYG_MAX_PATH.
(__DIR_cache): Remove __name.
(d_dirname): Remove.
(fhandler_disk_file::opendir): Drop pathname length check.
Remove outdated comment.  Use get_name method instead of accessing
pc.normalized_path directly.
(readdir_get_ino): Drop unused dir parameter.  Accomodate throughout.
Allocate fname dynamically.  Call new stat_worker instead of lstat64.
Call NtOpenFile instead of CreateFile.  Call NtClose instead of
CloseHandle.
(fhandler_disk_file::readdir_helper): Use native NT functions.
Check for volume mount points and use correct inode number.
(fhandler_disk_file::readdir): Simplify slightly.
Use get_name instead of pc.normalized_path.
(fhandler_disk_file::rewinddir): Use RtlInitUnicodeString.
(fhandler_cygdrive::fstat): Ignore floppy drives.  Set st_nlink
correctly.
(fhandler_cygdrive::readdir): Ignore floppy drives.
* fhandler_netdrive.cc (fhandler_netdrive::readdir): Accommodate
change to readdir_get_ino.
* fhandler_proc.cc (PROC_DIR_COUNT): Define.
(fhandler_proc::fstat): Evaluate correct link count for /proc.
* ntdll.h (struct _FILE_DIRECTORY_INFORMATION): Define.
(NtFsControlFile): Declare.
(RtlAppendUnicodeToString): Declare.
(RtlAppendUnicodeStringToString): Declare.
(RtlCompareUnicodeString): Declare.
(RtlCopyUnicodeString): Declare.
(RtlCreateUnicodeStringFromAsciiz): Declare.
(RtlEqualUnicodeString): Declare.
(RtlFreeUnicodeString): Declare.
(RtlInitEmptyUnicodeString): Declare.
(RtlSecondsSince1970ToTime): Declare.
(RtlInitEmptyUnicodeString): Define as inline function.
(RtlInitCountedUnicodeString): Define as inline function.
* path.cc (path_conv::check): New method with PUNICODE_STRING as path,
preliminary implementation.
(mount_info::get_mounts_here): Change to create UNICODE_STRINGs.
Also copy cygpath prefix into UNICODE_STRING.
(is_floppy): Drop 9x consideration.
* path.h: Drop including ntdef.h.
(path_conv::check): Add declaration.
(path_conv::path_conv): Add constructor for UNICODE_STRING paths.
* shared_info.h (mount_info::get_mounts_here): Change declaration.
* syscalls.cc: Drop forward declaration of stat_worker.
(stat_worke): Take path_conv as parameter.  Drop nofollow flag.
(stat64): Create matching path_conv and call stat_worker with it.
(lstat64): Ditto.
* winsup.h: Include ntdef.h.
(stat_worker): Declare.
(readdir_get_ino): Change declaration.

17 years ago * elflink.c (_bfd_elf_fix_symbol_flags): Remove unnecessary
amodra [Thu, 26 Jul 2007 13:45:58 +0000 (13:45 +0000)]
* elflink.c (_bfd_elf_fix_symbol_flags): Remove unnecessary
check on dynobj.  Remove bed shadow.

17 years ago* Make-rules (html): Add goal.
macro [Thu, 26 Jul 2007 13:05:34 +0000 (13:05 +0000)]
* Make-rules (html): Add goal.

17 years ago * srec.c (srec_get_section_contents): Return immediately on
amodra [Thu, 26 Jul 2007 12:34:43 +0000 (12:34 +0000)]
* srec.c (srec_get_section_contents): Return immediately on
count zero.  Check that offset and count are within section.
* libbfd.c (_bfd_generic_get_section_contents): Check that
offset + count does not overflow.

17 years ago * srec.c (srec_canonicalize_symtab): Don't alloc when symcount
amodra [Thu, 26 Jul 2007 11:13:59 +0000 (11:13 +0000)]
* srec.c (srec_canonicalize_symtab): Don't alloc when symcount
is zero.  Correct return value on error.
* mmo.c (mmo_canonicalize_symtab): Likewise.
* binary.c (binary_canonicalize_symtab) Correct return on error.

17 years ago * bfd.c (_bfd_set_gp_value): Use abort instead of BFD_FAIL.
ths [Thu, 26 Jul 2007 11:05:23 +0000 (11:05 +0000)]
* bfd.c (_bfd_set_gp_value): Use abort instead of BFD_FAIL.

17 years ago* MAINTAINERS (Write After Approval): Add myself.
macro [Thu, 26 Jul 2007 10:37:41 +0000 (10:37 +0000)]
* MAINTAINERS (Write After Approval): Add myself.

17 years agogdb/:
macro [Thu, 26 Jul 2007 10:33:58 +0000 (10:33 +0000)]
gdb/:
* Makefile.in (MAKEHTMLFLAGS): Also search the current directory
for include files.

gdb/doc/:
* Makefile.in (MAKEHTMLFLAGS): Also search the current directory
for include files.

17 years ago * reloc.c (bfd_generic_get_relocated_section_contents): Avoid
amodra [Thu, 26 Jul 2007 09:37:12 +0000 (09:37 +0000)]
* reloc.c (bfd_generic_get_relocated_section_contents): Avoid
bfd_canonicalize_reloc call when bfd_get_reloc_upper_bound
says there are no relocs.

17 years agoSpeed up bfd_dwarf2_find_line.
nickc [Thu, 26 Jul 2007 08:31:02 +0000 (08:31 +0000)]
Speed up bfd_dwarf2_find_line.
* dwarf2.c (struct dwarf2_debug): Add new fields to support function and variable info hash tables. Add last_comp_unit, info_hash_count, funcinfo_hash_table, varinfo_hash_table, hash_units_head.
  (struct comp_unit): Add prev_unit, cached.
  (struct info_list_node, struct info_hash_entry, struct info_hash_table): New.
  (info_hash_table_newfunc, create_info_hash_table, insert_info_hash_table, lookup_info_hash_table): New functions implementing function and variable info hash tables.
  (scan_unit_for_symbols): Add checks to make sure hash tables are consistent with compilation units.
  (comp_unit_maybe_decode_line_info): New function.
  (comp_unit_find_line): Use comp_unit_maybe_decode_line_info.
  (reverse_funcinfo_list, reverse_varinfo_list, comp_unit_hash_info, info_hash_lookup_funcinfo, info_hash_lookup_varinfo, stash_maybe_update_info_hash_table, stash_verify_info_hash_table, stash_maybe_enable_info_hash_tables, stash_find_line_fast): New functions. Make use of info hash tables to speed up bfd_dwarf2_find_line.
  (find_line): Use hash table for faster lookup if it is turned on.
  Also add code to maintain bi-directional link in comp units.

17 years ago2007-07-25 Michael Snyder <msnyder@access-company.com>
msnyder [Thu, 26 Jul 2007 02:01:48 +0000 (02:01 +0000)]
2007-07-25  Michael Snyder  <msnyder@access-company.com>

* coffgen.c (_bfd_coff_get_external_symbols): Nothing to be done
if size == 0; return and avoid possible null pointer issues.

17 years agodaily update
amodra [Thu, 26 Jul 2007 00:00:07 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Thu, 26 Jul 2007 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago * ld-cdtest/cdtest-foo.cc (strncpy): Fix parameter name.
drow [Wed, 25 Jul 2007 21:30:59 +0000 (21:30 +0000)]
* ld-cdtest/cdtest-foo.cc (strncpy): Fix parameter name.

17 years ago * config/tc-xtensa.c (xtensa_extui_opcode): New.
bwilson [Wed, 25 Jul 2007 17:33:27 +0000 (17:33 +0000)]
    * config/tc-xtensa.c (xtensa_extui_opcode): New.
        (xg_expand_assembly_insn): Check for invalid extui operands.
        (md_begin): Initialize xtensa_extui_opcode.

17 years ago * autoload.cc (CreateToolhelp32Snapshot): Remove.
corinna [Wed, 25 Jul 2007 16:11:03 +0000 (16:11 +0000)]
* autoload.cc (CreateToolhelp32Snapshot): Remove.

17 years ago * autoload.cc (Process32First): Remove.
corinna [Wed, 25 Jul 2007 16:07:41 +0000 (16:07 +0000)]
* autoload.cc (Process32First): Remove.
(Process32Next): Remove.

17 years ago* Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".
macro [Wed, 25 Jul 2007 15:25:12 +0000 (15:25 +0000)]
* Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".

17 years agoPR 4824
nickc [Wed, 25 Jul 2007 14:56:22 +0000 (14:56 +0000)]
PR 4824
* ld.texinfo (Options): Extend the description of the -O command line option.

17 years ago2007-06-29 Paul Brook <paul@codesourcery.com>
pbrook [Wed, 25 Jul 2007 14:39:48 +0000 (14:39 +0000)]
2007-06-29  Paul Brook  <paul@codesourcery.com>

* ld-arm/arm-elf.exp (armelftests): Add callweak.
* ld-arm/callweak.d: New test.
* ld-arm/callweak.s: New test.

17 years ago * include/wtypes.h (LPDECIMAL): Define.
dannysmith [Wed, 25 Jul 2007 10:21:53 +0000 (10:21 +0000)]
* include/wtypes.h (LPDECIMAL): Define.
(DECIMAL_NEG, DECIMAL_SETZERO): Move definitions.

17 years ago * autoload.cc (NetWkstaUserGetInfo): Remove.
corinna [Wed, 25 Jul 2007 10:04:56 +0000 (10:04 +0000)]
* autoload.cc (NetWkstaUserGetInfo): Remove.
(CharToOemBuffA): Remove.
(KillTimer): Remove.
(OemToCharBuffA): Remove.
(SetTimer): Remove.

17 years ago * Makefile.in (CFILES): Remove ternary.c.
bje [Wed, 25 Jul 2007 06:36:27 +0000 (06:36 +0000)]
* Makefile.in (CFILES): Remove ternary.c.
(REQUIRED_OFILES): Remove ./ternary.o.
(INSTALLED_HEADERS): Remove ternary.h.
(ternary.o): Remove.
* ternary.c: Remove.

17 years ago * ternary.h: Remove.
bje [Wed, 25 Jul 2007 06:34:29 +0000 (06:34 +0000)]
* ternary.h: Remove.

17 years ago2007-07-23 Michael Snyder <msnyder@access-company.com>
msnyder [Wed, 25 Jul 2007 02:12:32 +0000 (02:12 +0000)]
2007-07-23  Michael Snyder  <msnyder@access-company.com>

* solib-svr4.c (svr4_fetch_objfile_link_map): Null pointer check of
'buffer' must cover both branches that call strcmp (Coverity).

17 years ago2007-07-05 Michael Snyder <msnyder@access-company.com>
msnyder [Wed, 25 Jul 2007 00:28:25 +0000 (00:28 +0000)]
2007-07-05  Michael Snyder  <msnyder@access-company.com>

* stack.c (print_frame_args): Check return value of lookup_symbol.

17 years ago*** empty log message ***
gdbadmin [Wed, 25 Jul 2007 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Wed, 25 Jul 2007 00:00:17 +0000 (00:00 +0000)]
daily update

17 years agowarning fix
amodra [Tue, 24 Jul 2007 23:38:13 +0000 (23:38 +0000)]
warning fix

17 years ago2007-07-24 Michael Snyder <msnyder@access-company.com>
msnyder [Tue, 24 Jul 2007 22:49:44 +0000 (22:49 +0000)]
2007-07-24  Michael Snyder  <msnyder@access-company.com>

* ax-gdb.c (find_field): Guard against null ptr.

17 years ago2007-07-24 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 24 Jul 2007 20:17:18 +0000 (20:17 +0000)]
2007-07-24  H.J. Lu  <hongjiu.lu@intel.com>

* i386-gen.c (main): Print a newline after copyright notice.

17 years ago2007-07-23 Michael Snyder <msnyder@access-company.com>
msnyder [Tue, 24 Jul 2007 19:58:06 +0000 (19:58 +0000)]
2007-07-23  Michael Snyder  <msnyder@access-company.com>

* opncls.c (bfd_make_writable): Check return from bfd_malloc.

17 years ago2007-07-24 Michael Snyder <msnyder@access-company.com>
msnyder [Tue, 24 Jul 2007 19:54:00 +0000 (19:54 +0000)]
2007-07-24  Michael Snyder  <msnyder@access-company.com>

* elflink.c (bfd_elf_final_link): Avoid redundant frees -- return
on bfd_malloc error rather than goto error_return.

17 years ago Add missing ChangeLog entry.
corinna [Tue, 24 Jul 2007 19:17:05 +0000 (19:17 +0000)]
Add missing ChangeLog entry.

17 years ago * dumper.cc: Change license to plain GPLv2 + later.
corinna [Tue, 24 Jul 2007 19:08:23 +0000 (19:08 +0000)]
* dumper.cc: Change license to plain GPLv2 + later.
* dumper.h: Ditto.
* parse_pe.cc: Ditto.

17 years ago* pep.sc: Correct ctor/dtor sentinels for 64-bit targets.
nickc [Tue, 24 Jul 2007 14:47:44 +0000 (14:47 +0000)]
* pep.sc: Correct ctor/dtor sentinels for 64-bit targets.

17 years ago * regformats/reg-spu.dat: Fix order of npc, id registers.
uweigand [Tue, 24 Jul 2007 12:51:51 +0000 (12:51 +0000)]
* regformats/reg-spu.dat: Fix order of npc, id registers.

17 years ago * target.c (memory_xfer_partial): Accesses to unmapped overlay
uweigand [Tue, 24 Jul 2007 12:49:24 +0000 (12:49 +0000)]
* target.c (memory_xfer_partial): Accesses to unmapped overlay
sections should always go to the executable file.

17 years ago* ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only section.
nickc [Tue, 24 Jul 2007 12:45:58 +0000 (12:45 +0000)]
* ld-arm/arm-elf.exp: Move EABI attribute tests into EABI only section.

17 years ago* config/tc-mep.h (skip_whitespace): Remove definition.
nickc [Tue, 24 Jul 2007 12:38:34 +0000 (12:38 +0000)]
* config/tc-mep.h (skip_whitespace): Remove definition.

17 years ago* readelf.c (NUM_ELEM): Remove redundant macro; replace references to it
nickc [Tue, 24 Jul 2007 12:32:49 +0000 (12:32 +0000)]
* readelf.c (NUM_ELEM): Remove redundant macro; replace references to it
   with references to ARRAY_SIZE.
  Add support for CR16.
  Fix formatting.

17 years ago * elflink.c (_bfd_elf_link_just_syms, merge_sections_remove_hook,
amodra [Tue, 24 Jul 2007 08:09:19 +0000 (08:09 +0000)]
* elflink.c (_bfd_elf_link_just_syms, merge_sections_remove_hook,
_bfd_elf_merge_sections, _bfd_elf_link_hash_newfunc,
_bfd_elf_link_hash_copy_indirect, _bfd_elf_link_hash_hide_symbol,
_bfd_elf_link_hash_table_init, _bfd_elf_link_hash_table_create,
bfd_elf_set_dt_needed_name, bfd_elf_get_dyn_lib_class,
bfd_elf_set_dyn_lib_class, bfd_elf_get_needed_list,
bfd_elf_get_runpath_list, bfd_elf_get_dt_soname,
bfd_elf_get_bfd_needed_list, struct elf_symbuf_symbol,
struct elf_symbuf_head, struct elf_symbol, elf_sort_elf_symbol,
elf_sym_name_compare, elf_create_symbuf,
bfd_elf_match_symbols_in_sections,
_bfd_elf_match_sections_by_type): Move to here..
* elf.c: ..from here.

17 years ago*** empty log message ***
gdbadmin [Tue, 24 Jul 2007 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Tue, 24 Jul 2007 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
kevinb [Mon, 23 Jul 2007 22:53:27 +0000 (22:53 +0000)]
* lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
to restarting SID.

17 years ago* Makefile.in (SUBDIRS): Delete stray line continuation artifact,
keithmarshall [Mon, 23 Jul 2007 21:32:35 +0000 (21:32 +0000)]
* Makefile.in (SUBDIRS): Delete stray line continuation artifact,
resulting from incomplete removal of enclosing `for ...; do ...; done'
loop from compound command; (reported by Greg Chicares).

17 years ago* strace.cc (create_child): Don't convert a path from cygwin format unless it
cgf [Mon, 23 Jul 2007 21:03:59 +0000 (21:03 +0000)]
* strace.cc (create_child): Don't convert a path from cygwin format unless it
has a slash.

17 years agoDon't remove gas/i386/x86-64-nops-1-k8.d.
hjl [Mon, 23 Jul 2007 20:25:46 +0000 (20:25 +0000)]
Don't remove gas/i386/x86-64-nops-1-k8.d.

17 years agogas/
hjl [Mon, 23 Jul 2007 20:03:22 +0000 (20:03 +0000)]
gas/

2007-07-23  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (cpu_arch): Change i386 to PROCESSOR_I386.
(f32_15): Removed.
(jump_31): New.
(f32_patt): Remove f32_15.
(f16_patt): Likewise.
(i386_align_code): Updated to alt_long_patt for 64bit by
default.

* config/tc-i386.h (processor_type): Add PROCESSOR_I386.

2007-07-23  Evandro Menezes  <evandro.menezes@amd.com>

* config/tc-i386.c (i386_align_code): Enable alignment up to
MAX_MEM_FOR_RS_ALIGN_CODE bytes.  Remove special treatment
for K8.

* config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Changed to
31.

gas/testsuite/

2007-07-23  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Run nops16-1, nops-1-i386-i686, nops-1-k8,
nops-3-i386, nops-4, nops-4-i386, x86-64-nops-2, x86-64-nops-3,
x86-64-nops-4, x86-64-nops-4-core2 and x86-64-nops-4-k8.

* gas/i386/nops-1-i386-i686.d: New.
* gas/i386/nops-1-k8.d: Likewise.
* gas/i386/nops-3-i386.d : Likewise.
* gas/i386/nops-3-i686.d: Likewise.
* gas/i386/nops-4-i386.d: Likewise.
* gas/i386/nops-4.d: Likewise.
* gas/i386/nops16-1.d: Likewise.
* gas/i386/nops16-1.s: Likewise.
* gas/i386/x86-64-nops-1-k8.d: Likewise.
* gas/i386/x86-64-nops-2.d: Likewise.
* gas/i386/x86-64-nops-3.d: Likewise.
* gas/i386/x86-64-nops-4-core2.d: Likewise.
* gas/i386/x86-64-nops-4-k8.d: Likewise.
* gas/i386/x86-64-nops-4.d: Likewise.

* gas/i386/nops-1-i386.d: Updated.
* gas/i386/nops-1-i686.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/nops-3.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/x86-64-nops-1.s: Removed.

2007-07-23  Evandro Menezes  <evandro.menezes@amd.com>
    H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Don't run x86-64-nops-1-k8. Run
nops-3-i686 and nops-4-i686.

* gas/i386/nops-3-i686.d: New.
* gas/i386/nops-4-i686.d: Likewise.
* gas/i386/nops-4.s: Likewise.

* gas/i386/x86-64-nops-1-k8.d: Removed.

17 years agomerge from gcc
dj [Mon, 23 Jul 2007 18:01:25 +0000 (18:01 +0000)]
merge from gcc

17 years agogas/testsuite/
rsandifo [Mon, 23 Jul 2007 14:03:33 +0000 (14:03 +0000)]
gas/testsuite/
* lib/gas-defs.exp (run_list_test): Make the options optional.
* gas/cr16/cr16.exp (run_list_test): Delete.

17 years agoRemove unnecessary symbols from last commit.
rsandifo [Mon, 23 Jul 2007 10:04:01 +0000 (10:04 +0000)]
Remove unnecessary symbols from last commit.

17 years agobfd/
rsandifo [Mon, 23 Jul 2007 09:56:19 +0000 (09:56 +0000)]
bfd/
* elflink.c (_bfd_elf_fix_symbol_flags): Only assert the type
of weakdef->root.type if weakdef has no regular definition.

ld/testsuite/
* ld-elf/weak-dyn-1a.s, ld-elf/weak-dyn-1b.s, ld-elf/weak-dyn-1.ld,
* ld-elf/weak-dyn-1.rd: New test.
* ld-elf/elf.exp: Run it.

17 years agodaily update
amodra [Mon, 23 Jul 2007 00:00:06 +0000 (00:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Mon, 23 Jul 2007 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago * elfxx-mips.c (struct mips_elf_link_hash_table): Add new field
nemet [Sun, 22 Jul 2007 16:45:05 +0000 (16:45 +0000)]
* elfxx-mips.c (struct mips_elf_link_hash_table): Add new field
small_data_overflow_reported.
(_bfd_mips_elf_link_hash_table_create): Initialize it.
(_bfd_mips_elf_relocate_section) <bfd_reloc_overflow>: Report
small-data section overflow.

17 years agodaily update
amodra [Sun, 22 Jul 2007 00:00:05 +0000 (00:00 +0000)]
daily update

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

17 years ago* sha1.h: Change to use version 3 of the GNU General Public License and tidy up forma...
nickc [Sat, 21 Jul 2007 08:55:49 +0000 (08:55 +0000)]
* sha1.h: Change to use version 3 of the GNU General Public License and tidy up formatting.
* sha1.c: Likewise.

17 years ago * bsd_helper.cc: Drop unnecessary security.h include.
corinna [Sat, 21 Jul 2007 07:43:24 +0000 (07:43 +0000)]
* bsd_helper.cc: Drop unnecessary security.h include.

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

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

17 years ago* mips-tdep.c (heuristic_proc_start): Add more MIPS16 function
macro [Fri, 20 Jul 2007 17:29:58 +0000 (17:29 +0000)]
* mips-tdep.c (heuristic_proc_start): Add more MIPS16 function
prologue instructions.

17 years ago Fix ChangeLog
corinna [Fri, 20 Jul 2007 15:42:09 +0000 (15:42 +0000)]
Fix ChangeLog

17 years ago* mips-tdep.c (mips_next_pc): Use is_mips16_addr() instead of
macro [Fri, 20 Jul 2007 15:31:55 +0000 (15:31 +0000)]
* mips-tdep.c (mips_next_pc): Use is_mips16_addr() instead of
a direct test.

17 years ago* mips-tdep.c (fetch_mips_16): Fix typos and reformat the
macro [Fri, 20 Jul 2007 15:19:38 +0000 (15:19 +0000)]
* mips-tdep.c (fetch_mips_16): Fix typos and reformat the
description.

17 years ago * fhandler.cc (fhandler_base::fhaccess): Accommodate interface changes
corinna [Fri, 20 Jul 2007 14:29:43 +0000 (14:29 +0000)]
* fhandler.cc (fhandler_base::fhaccess): Accommodate interface changes
of access control functions throughout.
* fhandler_disk_file.cc: Ditto.
* fhandler_registry.cc: Ditto.
* sec_acl.cc: Drop unnecessary includes.
(setacl): Take path_conv instead of file name as parameter.
Accommodate interface changes of access control functions.
(getacl): Ditto.
* sec_auth.cc: New file, taking over all authentication related
functions from security.cc.
* sec_helper.cc: Drop unnecessary includes.
* security.cc: Ditto.  Move all authentication related functions to
sec_auth.cc.
(ALL_SECURITY_INFORMATION): New define.  Use throughout.
(set_file_sd): New function, replacing read_sd and the file related
part of get_nt_object_security.
(get_reg_sd): Rename from get_reg_security.  Drop type parameter.
(get_reg_attribute): New function, replacing the registry related part
of get_nt_object_security.
(get_file_attribute): Take path_conv instead of file name as parameter.
Use new get_file_sd call.
(set_file_attribute): Ditto plus new set_file_sd.  Drop unnecessary
implementation without uid/gid parameters.
(check_file_access): Take path_conv instead of file name as parameter.
Use new get_file_sd call.
(check_registry_access): Use new get_reg_sd call.
* security.h: Accommodate above interface changes.

17 years ago * app.c (do_scrub_chars): Provide a one character buffer to hold a
nickc [Fri, 20 Jul 2007 08:20:27 +0000 (08:20 +0000)]
* app.c (do_scrub_chars): Provide a one character buffer to hold a
      pushed back newline at the end of an unterminated quoted string.

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

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

17 years ago.
roland [Thu, 19 Jul 2007 19:56:24 +0000 (19:56 +0000)]
.

17 years ago2007-07-19 Roland McGrath <roland@redhat.com>
roland [Thu, 19 Jul 2007 19:56:10 +0000 (19:56 +0000)]
2007-07-19  Roland McGrath  <roland@redhat.com>

* genscripts.sh (source_em, fragment): New sh functions.
Truncate e${EMULATION_NAME}.c file before .em script fills it.
Use source_em in place of . for the .em script.
* emultempl/generic.em: Use fragment and source_em functions.
* emultempl/aix.em: Likewise.
* emultempl/alphaelf.em: Likewise.
* emultempl/armcoff.em: Likewise.
* emultempl/armelf.em: Likewise.
* emultempl/avrelf.em: Likewise.
* emultempl/beos.em: Likewise.
* emultempl/cr16elf.em: Likewise.
* emultempl/crxelf.em: Likewise.
* emultempl/elf-generic.em: Likewise.
* emultempl/elf32.em: Likewise.
* emultempl/genelf.em: Likewise.
* emultempl/gld960.em: Likewise.
* emultempl/gld960c.em: Likewise.
* emultempl/hppaelf.em: Likewise.
* emultempl/ia64elf.em: Likewise.
* emultempl/irix.em: Likewise.
* emultempl/linux.em: Likewise.
* emultempl/lnk960.em: Likewise.
* emultempl/m68hc1xelf.em: Likewise.
* emultempl/m68kcoff.em: Likewise.
* emultempl/m68kelf.em: Likewise.
* emultempl/mipsecoff.em: Likewise.
* emultempl/mipself.em: Likewise.
* emultempl/mmix-elfnmmo.em: Likewise.
* emultempl/mmixelf.em: Likewise.
* emultempl/mmo.em: Likewise.
* emultempl/needrelax.em: Likewise.
* emultempl/netbsd.em: Likewise.
* emultempl/pe.em: Likewise.
* emultempl/pep.em: Likewise.
* emultempl/ppc32elf.em: Likewise.
* emultempl/ppc64elf.em: Likewise.
* emultempl/scoreelf.em: Likewise.
* emultempl/sh64elf.em: Likewise.
* emultempl/spuelf.em: Likewise.
* emultempl/sunos.em: Likewise.
* emultempl/ticoff.em: Likewise.
* emultempl/vanilla.em: Likewise.
* emultempl/vxworks.em: Likewise.
* emultempl/xtensaelf.em: Likewise.
* emultempl/z80.em: Likewise.

17 years ago * security.cc (set_nt_attribute): Remove.
corinna [Thu, 19 Jul 2007 17:42:11 +0000 (17:42 +0000)]
* security.cc (set_nt_attribute): Remove.
(set_file_attribute): Do it yourself instead of calling
set_nt_attribute.

17 years ago * fhandler_disk_file.cc (fhandler_base::fstat_by_name): Use
corinna [Thu, 19 Jul 2007 17:22:33 +0000 (17:22 +0000)]
* fhandler_disk_file.cc (fhandler_base::fstat_by_name): Use
NtQueryFullAttributesFile instead of FindFirstFile.
(fhandler_base::fstat_fs): Drop check for exec_state.  Drop check for
invalid characters.
* ntdll.h (struct _FILE_NETWORK_OPEN_INFORMATION): Define.
(NtQueryFullAttributesFile): Declare.

17 years agoPR binutils/4797
nickc [Thu, 19 Jul 2007 16:51:10 +0000 (16:51 +0000)]
PR binutils/4797
* dwarf2.c: (find_line) Do not dereference functionname_ptr if do_line is true.

17 years agoPR gas/4804
nickc [Thu, 19 Jul 2007 16:47:39 +0000 (16:47 +0000)]
PR gas/4804
* gas/elf/elf.exp (target_machine): Treat the arm-linux-gnu target in the same way as the arm-eabi target.
* gas/arm/mapshort-eabi.d: Use this file for the arm-linux-gnu target.
* gas/arm/mapshort-elf.d: Do not use this file for the arm-linux-gnu target.

17 years agoPR binutils/4801
nickc [Thu, 19 Jul 2007 16:23:47 +0000 (16:23 +0000)]
PR binutils/4801
* maxq-dis.c (get_reg_name): Fix the scan of the mem_access_syntax_table.

17 years agoPR binutils/4802
nickc [Thu, 19 Jul 2007 16:17:38 +0000 (16:17 +0000)]
PR binutils/4802
* srconv.c (strip_suffix): Add const qualifier to argument

17 years ago * fhandler.cc (fhandler_base::open): Drop local wpath and upath
corinna [Thu, 19 Jul 2007 11:41:16 +0000 (11:41 +0000)]
* fhandler.cc (fhandler_base::open): Drop local wpath and upath
variables.  Call pc.get_object_attr to create object attributes.
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Ditto.
* syscalls.cc (unlink_nt): Ditto.
* path.cc (path_conv::set_normalized_path): Set wide_path to NULL.
(path_conv::get_nt_native_path): Drop parameter.  Create path in
wide_path/uni_path members.
(path_conv::get_object_attr): New method to create object attributes.
(path_conv::get_wide_win32_path): New method to create Win32 wide path.
(path_conv::check): Initialize wide_path to NULL.
(path_conv::~path_conv): cfree wide_path.
* path.h (class path_conv): New members wide_path and uni_path.
Add declarations of get_object_attr and get_wide_win32_path.
(path_conv::path_conv): Initialize wide_path to NULL.
(path_conv::get_nt_native_path): Drop parameter.