OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
17 years agobfd/
hjl [Tue, 16 Jan 2007 14:56:30 +0000 (14:56 +0000)]
bfd/

2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/3831
* elf-bfd.h (bfd_elf_link_mark_dynamic_symbol): Add an
argument, Elf_Internal_Sym *.

* elflink.c (bfd_elf_link_mark_dynamic_symbol): Mark a data
symbol dynamic if info->dynamic_data is TRUE.
(bfd_elf_record_link_assignment): Updated call to
bfd_elf_record_link_assignment.
(_bfd_elf_merge_symbol): Likewise.  Always call
bfd_elf_link_mark_dynamic_symbol.

include/

2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/3831
* bfdlink.h (bfd_link_info): Rename dynamic to dynamic_list.
Add dynamic and dynamic_data.

ld/

2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/3831
* NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
--dynamic-list-cpp-new.

* ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
and --dynamic-list-cpp-new.

* ldlang.c (lang_append_dynamic_list_cpp_new): New.
(lang_process): Change link_info.dynamic to
link_info.dynamic_list.
(lang_append_dynamic_list): Likewise.
* ldmain.c (main): Likewise.  Initialize link_info.dynamic and
link_info.dynamic_data to FALSE.

* ldlang.h (lang_append_dynamic_list_cpp_new): New.

* lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
OPTION_DYNAMIC_LIST_CPP_NEW.
(ld_options): Add entries for -Bsymbolic-functions,
--dynamic-list-data and --dynamic-list-cpp-new.  Make
-Bsymbolic-functions an alias of --dynamic-list-data.
(parse_args): Change link_info.dynamic to link_info.dynamic_list.
Set link_info.dynamic to TRUE for --dynamic-list and
--dynamic-list-cpp-typeinfo.  Handle --dynamic-list-data and
--dynamic-list-cpp-new.

ld/testsuite/

2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/3831
* ld-elf/del.cc: New.
* ld-elf/dl5.cc: Likewise.
* ld-elf/dl5.out: Likewise.
* ld-elf/new.cc: Likewise.

* ld-elf/shared.exp: Add tests for --dynamic-list-data and
 --dynamic-list-cpp-new.

17 years ago * fhandler_socket.cc (fhandler_socket::ioctl): Handle SIOCGIFINDEX.
corinna [Tue, 16 Jan 2007 12:01:36 +0000 (12:01 +0000)]
* fhandler_socket.cc (fhandler_socket::ioctl): Handle SIOCGIFINDEX.
* net.cc (get_2k_ifconf): Ditto.
(get_nt_ifconf): Fake SIOCGIFINDEX.
(get_95_ifconf): Ditto.
(get_ifconf): Handle SIOCGIFINDEX.  Fake it for loopback on systems
not supporting IP Helper Lib.
* include/asm/socket.h (SIOCGIFINDEX): Define.
* include/cygwin/if.h (struct ifreq): Add member for interface index.
(ifr_ifindex): Define.

17 years ago * include/cygwin/in6.h (struct ipv6_mreq): Change type of interface
corinna [Tue, 16 Jan 2007 11:41:55 +0000 (11:41 +0000)]
* include/cygwin/in6.h (struct ipv6_mreq): Change type of interface
member to uint32_t.
(struct in6_pktinfo): Ditto.

17 years ago * include/cygwin/in.h (struct ip_mreq_source): Define.
corinna [Tue, 16 Jan 2007 11:37:05 +0000 (11:37 +0000)]
* include/cygwin/in.h (struct ip_mreq_source): Define.
(struct ip_msfilter): Define.
(IP_MSFILTER_SIZE): Define.
(struct in_pktinfo): Define.
(struct group_req): Define.
(struct group_source_req): Define.
(struct group_filter): Define.
(GROUP_FILTER_SIZE): Define.
(INADDR_ALLRTRS_GROUP): Define.
* include/cygwin/socket.h: Define protocol agnostic multicast options.

17 years agoFix 'selected frame' varobjs.
vprus [Tue, 16 Jan 2007 02:12:48 +0000 (02:12 +0000)]
Fix 'selected frame' varobjs.
        * varobj.c (struct varobj): Remove the error field.
        (varobj_set_value): Don't check var->error.
        (install_new_value): Don't set var->error.
        (varobj_update): Always pass the new value
        of the root via install_new_value.
        (create_child): Don't set error field.
        (new_variable): Likewise.
        (c_value_of_root): Always reevaluate the value
        of selected frame varobjs in the selected frame.
        Don't call reinit_frame_cache.

17 years ago*** empty log message ***
gdbadmin [Tue, 16 Jan 2007 00:00:35 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago * corefile.c (parse_error): New function.
bje [Mon, 15 Jan 2007 23:26:08 +0000 (23:26 +0000)]
* corefile.c (parse_error): New function.
(read_function_mappings): Check calls to fscanf and report any
errors in parsing the mapping file.

17 years agodaily update
amodra [Mon, 15 Jan 2007 23:00:07 +0000 (23:00 +0000)]
daily update

17 years ago2007-01-15 Joseph Myers <joseph@codesourcery.com>
jjohnstn [Mon, 15 Jan 2007 16:41:07 +0000 (16:41 +0000)]
2007-01-15  Joseph Myers  <joseph@codesourcery.com>
            Kazu Hirata  <kazu@codesourcery.com>

        * libc/machine/powerpc/setjmp.S (setjmp, longjmp): Add support
        for E500V1 and E500V2.

17 years ago * CYGWIN_LICENSE: Fix web pages and contact information.
corinna [Mon, 15 Jan 2007 12:19:01 +0000 (12:19 +0000)]
* CYGWIN_LICENSE: Fix web pages and contact information.

17 years ago * ntdll.h: Adjust status definitions.
corinna [Mon, 15 Jan 2007 11:11:37 +0000 (11:11 +0000)]
* ntdll.h: Adjust status definitions.

17 years ago * cygheap.cc (cygheap_init): Add TODO comment.
corinna [Mon, 15 Jan 2007 11:01:23 +0000 (11:01 +0000)]
* cygheap.cc (cygheap_init): Add TODO comment.

17 years ago * ntdll.h (STATUS_SHARING_VIOLATION): Define.
corinna [Mon, 15 Jan 2007 10:52:15 +0000 (10:52 +0000)]
* ntdll.h (STATUS_SHARING_VIOLATION): Define.

17 years ago * source.c (_initialize_source): Improve the help text of
brobecke [Mon, 15 Jan 2007 03:57:39 +0000 (03:57 +0000)]
    * source.c (_initialize_source): Improve the help text of
        the substitute-path commands.

17 years ago*** empty log message ***
gdbadmin [Mon, 15 Jan 2007 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Sun, 14 Jan 2007 23:00:07 +0000 (23:00 +0000)]
daily update

17 years ago2007-01-14 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sun, 14 Jan 2007 15:39:40 +0000 (15:39 +0000)]
2007-01-14  H.J. Lu  <hongjiu.lu@intel.com>

* ld-symbolic.m4: New.

17 years ago * frv-tdep.c (frv_gdbarch_init, frv_register_name)
kettenis [Sun, 14 Jan 2007 14:35:51 +0000 (14:35 +0000)]
* frv-tdep.c (frv_gdbarch_init, frv_register_name)
(frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
(frv_skip_prologue): Remove prototypes.
(frv_adjust_breakpoint_address): Renamed from
frv_gdbarch_adjust_breakpoint_address.
(frv_gdbarch_init): Adjust.

17 years ago*** empty log message ***
gdbadmin [Sun, 14 Jan 2007 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago * gdbarch.sh (deprecated_extract_return_value)
kettenis [Sat, 13 Jan 2007 23:24:42 +0000 (23:24 +0000)]
* gdbarch.sh (deprecated_extract_return_value)
(deprecated_store_return_value): Remove.
(extract_return_value, store_return_value): Remove default values.
* gdbarch.c, gdbarch.h: Regenerate.
* arch-utils.c, arch-utils.h (legacy_extract_return_value)
(legacy_store_return_value): Remove.
* regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
Remove.

17 years agodaily update
amodra [Sat, 13 Jan 2007 23:00:09 +0000 (23:00 +0000)]
daily update

17 years ago * mi/mi-main.c: Remove obsolete comment.
kettenis [Sat, 13 Jan 2007 22:36:59 +0000 (22:36 +0000)]
* mi/mi-main.c: Remove obsolete comment.

17 years ago * regcache.c, regcache.h (deprecated_register_bytes)
kettenis [Sat, 13 Jan 2007 22:32:13 +0000 (22:32 +0000)]
* regcache.c, regcache.h (deprecated_register_bytes)
(deprecated_read_register_bytes)
(deprecated_write_register_bytes): Remove.

17 years ago * syscalls.cc (unlink_nt): Don't move files to recycle bin which are
corinna [Sat, 13 Jan 2007 20:56:00 +0000 (20:56 +0000)]
* syscalls.cc (unlink_nt): Don't move files to recycle bin which are
not in use.

17 years ago* frame.c (get_frame_register_bytes, put_frame_register_bytes):
kettenis [Sat, 13 Jan 2007 19:44:42 +0000 (19:44 +0000)]
* frame.c (get_frame_register_bytes, put_frame_register_bytes):
Don't forget to move destination pointer.

17 years ago2007-01-13 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 13 Jan 2007 16:47:59 +0000 (16:47 +0000)]
2007-01-13  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (build_modrm_byte): Check number of operands
when procssing memory/register operand.

17 years ago* glob.cc: Update copyright notice with latest from FreeBSD.
cgf [Sat, 13 Jan 2007 07:10:13 +0000 (07:10 +0000)]
* glob.cc: Update copyright notice with latest from FreeBSD.
(glob0): Use correct type for c variable to propagate previously detected
protection.

17 years ago*** empty log message ***
gdbadmin [Sat, 13 Jan 2007 00:00:34 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Fri, 12 Jan 2007 23:00:09 +0000 (23:00 +0000)]
daily update

17 years ago* gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
nickrob [Fri, 12 Jan 2007 21:31:35 +0000 (21:31 +0000)]
* gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
(test_path_specification): Use objdir instead of srcdir to always
get an absolute filename.

17 years ago*** empty log message ***
nickrob [Fri, 12 Jan 2007 21:30:07 +0000 (21:30 +0000)]
*** empty log message ***

17 years ago * gdb.cp/member-ptr.cc (class Padding): Make contents public.
drow [Fri, 12 Jan 2007 20:15:47 +0000 (20:15 +0000)]
* gdb.cp/member-ptr.cc (class Padding): Make contents public.

17 years ago * cygheap.cc (_csbrk): Fix off-by-one error.
corinna [Fri, 12 Jan 2007 19:40:19 +0000 (19:40 +0000)]
* cygheap.cc (_csbrk): Fix off-by-one error.
* cygwin.sc: Give .cygheap a minimum size of 512K.

17 years ago* external.cc (sync_winenv): Use cur_environ () rather than __cygwin_environ.
cgf [Fri, 12 Jan 2007 15:40:12 +0000 (15:40 +0000)]
* external.cc (sync_winenv): Use cur_environ () rather than __cygwin_environ.

17 years ago * fork.cc (child_copy): Add missing Windows PID in debug output.
corinna [Fri, 12 Jan 2007 15:26:00 +0000 (15:26 +0000)]
* fork.cc (child_copy): Add missing Windows PID in debug output.

17 years ago * syscalls.cc: Update copyright.
corinna [Fri, 12 Jan 2007 14:16:42 +0000 (14:16 +0000)]
* syscalls.cc: Update copyright.

17 years ago2076-01-12 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 12 Jan 2007 13:53:58 +0000 (13:53 +0000)]
2076-01-12  H.J. Lu  <hongjiu.lu@intel.com>

* Makefile.am (BFD_LIBS): Removed.
* Makefile.in: Regenerated.

17 years agorevert 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>
nathan [Fri, 12 Jan 2007 11:36:20 +0000 (11:36 +0000)]
revert 2007-01-11  Nathan Sidwell  <nathan@codesourcery.com>
* lib/gdb.exp (gdb_compile_test): New.
(skip_ada_tests, skip_java_tests): New.
(gdb_compile): Use gdb_compile_test for f77.
* lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
* lib/java.exp (compile_java_from_source): Remove runtests check,
use gdb_compile_test to record result.
* gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
gdb.ada/exec_changed.exp, gdb.ada/start.exp,
gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
gdb.java/jmisc.exp, gdb.java/jprint.exp,
gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
adjust gdb_compile invocations.

17 years agoPR gas/3856
nickc [Fri, 12 Jan 2007 10:57:01 +0000 (10:57 +0000)]
PR gas/3856
* macro.c (expand_irp): Do not ignore spaces inside quoted strings.

17 years agomissed from last commit
amodra [Fri, 12 Jan 2007 06:27:20 +0000 (06:27 +0000)]
missed from last commit

17 years ago * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
amodra [Fri, 12 Jan 2007 06:23:52 +0000 (06:23 +0000)]
* config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
* config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
* config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
(TC_FORCE_RELOCATION): Define.
(TC_FORCE_RELOCATION_LOCAL): Define.
* config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.

17 years ago2076-01-11 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 12 Jan 2007 04:04:06 +0000 (04:04 +0000)]
2076-01-11  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/3631
* Makefile.am (OFILES): Add @bfd64_libs@.
(libbfd_la_SOURCES): Remove $(BFD64_LIBS_CFILES).
* Makefile.in: Regenerated.

* configure.in (bfd_libs): Replaced by ...
(bfd64_libs): This.
* configure: Regenerated.

17 years ago * input-file.c (input_file_open): Check fgets return.
amodra [Fri, 12 Jan 2007 03:14:01 +0000 (03:14 +0000)]
* input-file.c (input_file_open): Check fgets return.

17 years ago * ar.c (open_inarch): Check fwrite return. Use size_t.
amodra [Fri, 12 Jan 2007 03:12:55 +0000 (03:12 +0000)]
* ar.c (open_inarch): Check fwrite return.  Use size_t.
(extract_file): Likewise.  Remove test for "negative" file size.
* readelf.c (process_program_headers): Check fscanf return.

17 years ago * pex-unix.c (writeerr): Cast write result to void.
bje [Fri, 12 Jan 2007 02:21:52 +0000 (02:21 +0000)]
* pex-unix.c (writeerr): Cast write result to void.

17 years ago * ld-elf/header.d: Allow arbitrary lines between "Program Header"
hp [Fri, 12 Jan 2007 01:57:27 +0000 (01:57 +0000)]
* ld-elf/header.d: Allow arbitrary lines between "Program Header"
and "Sections".  Only run on *-*-linux*.

17 years agomerge from gcc
dj [Fri, 12 Jan 2007 01:19:04 +0000 (01:19 +0000)]
merge from gcc

17 years ago * choose-temp.c (choose_temp_base): Check the result of the call
bje [Fri, 12 Jan 2007 00:39:10 +0000 (00:39 +0000)]
* choose-temp.c (choose_temp_base): Check the result of the call
to mktemp rather than testing the length of the modified string.

17 years ago*** empty log message ***
gdbadmin [Fri, 12 Jan 2007 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

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

* bucomm.c (template_in_dir): Fix typo.

17 years agodaily update
amodra [Thu, 11 Jan 2007 23:00:13 +0000 (23:00 +0000)]
daily update

17 years ago* config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
kettenis [Thu, 11 Jan 2007 21:53:28 +0000 (21:53 +0000)]
* config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.

17 years ago2007-01-11 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Thu, 11 Jan 2007 20:57:51 +0000 (20:57 +0000)]
2007-01-11  Jeff Johnston  <jjohnstn@redhat.com>

        * libm/configure.in: Always configure machine directory.
        * libm/Makefile.am: Make machine subdirectory part of SUBDIRS
        unconditionally.
        * libm/configure: Regenerated.
        * libm/Makefile.in: Ditto.
        * libm/*/Makefile.in: Ditto.

17 years agoMove ChangeLog entry to the right place
vprus [Thu, 11 Jan 2007 20:57:10 +0000 (20:57 +0000)]
Move ChangeLog entry to the right place

17 years ago * gdb.mi/mi-var-cp.cc (reference_update_tests):
vprus [Thu, 11 Jan 2007 20:48:49 +0000 (20:48 +0000)]
    * gdb.mi/mi-var-cp.cc (reference_update_tests):
        Make sure the variable we're using is in scope.
        (reference_to_pointer): Likewise.

17 years ago * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
uweigand [Thu, 11 Jan 2007 20:48:49 +0000 (20:48 +0000)]
* spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
past entry function with recent newlib.

17 years ago * gdb.texinfo (GDB/MI Variable Objects): Improve the
vprus [Thu, 11 Jan 2007 20:42:40 +0000 (20:42 +0000)]
    * gdb.texinfo (GDB/MI Variable Objects): Improve the
        introduction.  Specify -var-update more exactly.

17 years ago * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
drow [Thu, 11 Jan 2007 17:18:21 +0000 (17:18 +0000)]
* frame.c (get_prev_frame_1): Check PC_REGNUM before using it.

17 years ago2007-01-11 Paul Brook <paul@codesourcery.com>
pbrook [Thu, 11 Jan 2007 15:39:07 +0000 (15:39 +0000)]
2007-01-11  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (do_t_add_sub): Use Rd and Rs.

gas/testsuite/
* gas/arm/thumb2_add.d: Add test for missing operand.
* gas/arm/thumb2_add.s: Ditto.

17 years ago2007-01-11 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 11 Jan 2007 15:23:40 +0000 (15:23 +0000)]
2007-01-11  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Change == to = in test command.
        * configure: Regenerate.

2007-01-11  Paolo Bonzini  <bonzini@gnu.org>

        * warnings.m4: Use m4_expand_once to clear the AC_SUBST'ed variable.
        (ACX_PROG_CC_WARNINGS_ARE_ERRORS): Fix typo.  Add optional 2nd argument.

17 years agoPR gas/3707
nickc [Thu, 11 Jan 2007 15:22:07 +0000 (15:22 +0000)]
PR gas/3707
* config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt variable.

17 years ago2007-01-11 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 11 Jan 2007 14:12:07 +0000 (14:12 +0000)]
2007-01-11  Paolo Bonzini  <bonzini@gnu.org>

* config/warnings.m4: Add second parameter with name of variable.
Always append to the variable if it exists.

17 years agobfd/
nathan [Thu, 11 Jan 2007 12:23:52 +0000 (12:23 +0000)]
bfd/
* elf.c (assign_file_positions_for_load_sections): We can
require fewer phdrs than expected.
ld/
* emultempl/elf-generic.em (gdl_map_segments): Only allow header
shrinkage for the first few iterations.
ld/testsuite/
* ld-elf/header.d: New.
* ld-elf/header.t: New.
* ld-elf/header.s: New.

17 years ago* gas/mcore/allinsn.s: Remove use of '#' before numbers - it is a line comment character.
nickc [Thu, 11 Jan 2007 11:57:05 +0000 (11:57 +0000)]
* gas/mcore/allinsn.s: Remove use of '#' before numbers - it is a line comment character.
* gas/mcore/allinsn.d: Adjust expected disassembly to match real output.

17 years ago * lib/gdb.exp (gdb_compile_test): New.
nathan [Thu, 11 Jan 2007 11:42:44 +0000 (11:42 +0000)]
* lib/gdb.exp (gdb_compile_test): New.
(skip_ada_tests, skip_java_tests): New.
(gdb_compile): Use gdb_compile_test for f77.
* lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
* lib/java.exp (compile_java_from_source): Remove runtests check,
use gdb_compile_test to record result.
* gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
gdb.ada/exec_changed.exp, gdb.ada/start.exp,
gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
gdb.java/jmisc.exp, gdb.java/jprint.exp,
gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
adjust gdb_compile invocations.

17 years ago2007-01-11 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 11 Jan 2007 11:22:51 +0000 (11:22 +0000)]
2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
            Nick Clifton  <nickc@redhat.com>
            Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>

        * configure.in (build_configargs, host_configargs, target_configargs):
        Remove build/host/target parameters.
        (host_libs): Add gmp and mpfr.
        (GMP tests): Reorganize to allow in-tree GMP/MPFR.
        * Makefile.def (gmp, mpfr): New.
        (gcc): Remove target.
        * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
        target_os, target_vendor): New.
        (configure): Add host_alias/target_alias arguments.  Adjust invocations.
        * configure: Regenerate.
        * Makefile.in: Regenerate.

2007-01-11  Matt Fago  <fago@earthlink.net>

* configure.in: Try to link to functions only in mpfr 2.2.x
        to improve robustness of configure tests.
* configure: Regenerate.

17 years agoRun the alternative version of the lns-common-1 test for the MCore target.
nickc [Thu, 11 Jan 2007 11:16:58 +0000 (11:16 +0000)]
Run the alternative version of the lns-common-1 test for the MCore target.

17 years ago* config/tc-mcore.c (md_number_to_chars): Use number_to_chars_{big|little}endian.
nickc [Thu, 11 Jan 2007 08:58:56 +0000 (08:58 +0000)]
* config/tc-mcore.c (md_number_to_chars): Use number_to_chars_{big|little}endian.

17 years ago2007-01-11 Gisle Vanem <giva@users.sourceforge.net>
dannysmith [Thu, 11 Jan 2007 07:11:39 +0000 (07:11 +0000)]
2007-01-11  Gisle Vanem  <giva@users.sourceforge.net>

* include/winbase.h (struct _OVERLAPPED): Change type of
Internal, InternalHigh members to ULONG_PTR.
(PAPCFUNC): Change DWORD parameter to ULONG_PTR.
(CreateIoCompletionPort): Likewise.
(PostQueuedCompletionStatus): Likewise.
(QueueUserAPC): Likewise.
(GetQueuedCompletionStatus): Change PDWORD parm to PULONG_PTR.

17 years ago * embedspu.sh: New file.
amodra [Thu, 11 Jan 2007 06:24:40 +0000 (06:24 +0000)]
* embedspu.sh: New file.
* Makefile.am (embedspu): Add rule.
* configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
* Makefile.in: Regenerate.
* configure: Regenerate.

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

17 years agodaily update
amodra [Wed, 10 Jan 2007 23:00:08 +0000 (23:00 +0000)]
daily update

17 years agogdb/ChangeLog:
jimb [Wed, 10 Jan 2007 21:25:29 +0000 (21:25 +0000)]
gdb/ChangeLog:
2007-01-10  Jim Blandy  <jimb@codesourcery.com>

* MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
the Global Maintainers' invitation to be a global maintainer.

17 years ago * infrun.c (singlestep_pc): New variable.
drow [Wed, 10 Jan 2007 20:10:21 +0000 (20:10 +0000)]
* infrun.c (singlestep_pc): New variable.
(resume): Set singlestep_pc.
(context_switch): Add a debugging message.  Flush the frame cache.
(handle_inferior_event): Add debugging messages.  Handle thread
hops when a software single step has completed.  Let context_switch
handle flushing the frame cache.

17 years ago * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
amodra [Wed, 10 Jan 2007 13:36:34 +0000 (13:36 +0000)]
* bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
* bucomm.c (template_in_dir): New function, split out from..
(make_tempname): ..here.  Open the file with O_EXCL if !HAVE_MKSTEMP.
(make_tempdir): Use template_in_dir.  Handle directory creation
when !HAVE_MKDTEMP.
* objcopy.c (MKDIR): Don't define.
(copy_archive): Use make_tempdir when !HAVE_MKDTEMP too.  Fix
error message.

17 years ago * mmap.cc (mmap64): Pre-Reserve space for the whole mapping to get a
corinna [Wed, 10 Jan 2007 09:30:38 +0000 (09:30 +0000)]
* mmap.cc (mmap64): Pre-Reserve space for the whole mapping to get a
useful, valid address before the actual mappings take place.
Fix typo in comment.

17 years ago * syscalls.cc (sync): Use b_drive for B: drive (Thanks to Howard Chu).
corinna [Wed, 10 Jan 2007 09:06:20 +0000 (09:06 +0000)]
* syscalls.cc (sync): Use b_drive for B: drive (Thanks to Howard Chu).

17 years agoAdd changelog entries for copyright updates.
drow [Wed, 10 Jan 2007 04:33:04 +0000 (04:33 +0000)]
Add changelog entries for copyright updates.

17 years ago * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
drow [Wed, 10 Jan 2007 03:46:03 +0000 (03:46 +0000)]
* gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
has no debug information.

17 years ago * gdb.base/annota1.exp: Remove extra send_gdb.
drow [Wed, 10 Jan 2007 03:23:04 +0000 (03:23 +0000)]
* gdb.base/annota1.exp: Remove extra send_gdb.

17 years ago*** empty log message ***
gdbadmin [Wed, 10 Jan 2007 00:00:07 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Tue, 9 Jan 2007 23:00:11 +0000 (23:00 +0000)]
daily update

17 years agoMissed file from last commit.
drow [Tue, 9 Jan 2007 22:55:51 +0000 (22:55 +0000)]
Missed file from last commit.

17 years agoXML feature description support.
drow [Tue, 9 Jan 2007 22:55:09 +0000 (22:55 +0000)]
XML feature description support.

* NEWS: Mention target descriptions, "set tdesc filename",
"unset tdesc filename", "show tdesc filename", and
qXfer:features:read.
* arch-utils.c (choose_architecture_for_target): New function.
(gdbarch_info_fill): Call it.
* target-descriptions.c (struct property): Make members non-const.
(struct target_desc): Add arch member.
(target_description_filename): New variable.
(target_find_description): Try via XML first.
(tdesc_architecture): New.
(free_target_description, make_cleanup_free_target_description): New.
(set_tdesc_property): Call xstrdup.
(set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
(tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
(set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
(show_tdesc_filename_cmd, _initialize_target_descriptions): New.
* target-descriptions.h (tdesc_architecture)
(make_cleanup_free_target_description, set_tdesc_architecture): New
prototypes.
* Makefile.in (SFILES): Add xml-tdesc.c.
(COMMON_OBS): Add xml-tdesc.o.
(target-descriptions.o): Update.
(xml-tdesc.o): New rule.
* xml-tdesc.c, xml-tdesc.h: New files.
* remote.c (PACKET_qXfer_features): New enum.
(remote_protocol_features): Add qXfer:features:read.
(remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
(_initialize_remote): Register qXfer:features:read.
* target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
* features/gdb-target.dtd: New file.

* linux-i386-low.c (the_low_target): Set arch_string.
* linux-x86-64-low.c (the_low_target): Likewise.
* linux-low.c (linux_arch_string): New.
(linux_target_ops): Add it.
* linux-low.h (struct linux_target_ops): Add arch_string.
* server.c (write_qxfer_response): Use const void * for DATA.
(get_features_xml): New.
(handle_query): Handle qXfer:features:read.  Report it for qSupported.
* target.h (struct target_ops): Add arch_string method.

* gdb.texinfo (Target Descriptions): New section.
(General Query Packets): Add QPassSignals anchor.  Mention
qXfer:features:read under qSupported.  Expand mentions of
qXfer:memory-map:read and QPassSignals.  Document
qXfer:features:read.

17 years ago * copyright.sh: Clarify error.
drow [Tue, 9 Jan 2007 22:46:50 +0000 (22:46 +0000)]
* copyright.sh: Clarify error.

17 years ago2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
drow [Tue, 9 Jan 2007 22:43:08 +0000 (22:43 +0000)]
2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>

* symtab.c (matching_bfd_sections): Fix VMA matching for
prelinked objects.

* gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.

17 years ago2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
drow [Tue, 9 Jan 2007 22:14:34 +0000 (22:14 +0000)]
2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>

* minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
nested symbols.

* gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.

17 years ago * copyright.sh (prunes): Add step-line.inp and step-line.c.
drow [Tue, 9 Jan 2007 21:37:30 +0000 (21:37 +0000)]
* copyright.sh (prunes): Add step-line.inp and step-line.c.

17 years ago * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
drow [Tue, 9 Jan 2007 21:34:29 +0000 (21:34 +0000)]
* configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
exec_prefix.
(TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
'${prefix}'.
* configure, config.in: Regenerate.
* defs.h (debug_file_directory): Declare.
* main.c (captured_main): Canonicalize gdb_sysroot.  Assume
TARGET_SYSTEM_ROOT is defined.  Initialize debug_file_directory and
relocate it if DEBUGDIR_RELOCATABLE.
* symfile.c (debug_file_directory): Make non-static.
(find_separate_debug_file): Look for debug info for SYSROOT/PATH
in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
(_initialize_symfile): Don't initialize debug_file_directory here.

17 years ago* score-tdep.c (score_push_dummy_call): Don't mix declarations and
jimb [Tue, 9 Jan 2007 21:25:03 +0000 (21:25 +0000)]
* score-tdep.c (score_push_dummy_call): Don't mix declarations and
statements.

17 years ago * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
drow [Tue, 9 Jan 2007 20:19:15 +0000 (20:19 +0000)]
* alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
frame_unwind_register to recurse.
* alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
(alpha_heuristic_frame_prev_register): Likewise.
* h8300-tdep.c (h8300_frame_prev_register): Likewise.
* m32c-tdep.c (m32c_prev_register): Likewise.
* frame.c (frame_register_unwind_location): Remove FIXME.

17 years agoCopyright updates for 2007.
drow [Tue, 9 Jan 2007 17:58:49 +0000 (17:58 +0000)]
Copyright updates for 2007.

17 years agoMove 2006 ChangeLog entries to ChangeLog-2006.
hjl [Tue, 9 Jan 2007 17:30:59 +0000 (17:30 +0000)]
Move 2006 ChangeLog entries to ChangeLog-2006.

17 years ago * copyright.sh: New file.
drow [Tue, 9 Jan 2007 17:08:17 +0000 (17:08 +0000)]
* copyright.sh: New file.

17 years ago * syscalls.cc (getpagesize): Change condition for clarity.
corinna [Tue, 9 Jan 2007 15:46:41 +0000 (15:46 +0000)]
* syscalls.cc (getpagesize): Change condition for clarity.
(getsystempagesize): Ditto.

17 years ago * configure.ac: Check for XML_StopParser.
drow [Tue, 9 Jan 2007 14:58:55 +0000 (14:58 +0000)]
* configure.ac: Check for XML_StopParser.
* xml-support.c (gdb_xml_body_text): Check for an error.
(gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
(gdb_xml_end_element_wrapper): Likewise.
* config.in, configure: Regenerated.

17 years agoMove 2006 ChangeLog entries to ChangeLog-2006.
hjl [Tue, 9 Jan 2007 14:29:30 +0000 (14:29 +0000)]
Move 2006 ChangeLog entries to ChangeLog-2006.

17 years ago* Makefile.tpl (all-target): Correct @if conditional for target modules.
nickc [Tue, 9 Jan 2007 14:09:57 +0000 (14:09 +0000)]
* Makefile.tpl (all-target): Correct @if conditional for target modules.
* configure.in: Omit libiberty if building only target libgcc.
* configure, Makefile.in: Regenerated.

17 years ago * cygpath.cc (usage): Add -O and -F, remove tabs.
corinna [Tue, 9 Jan 2007 12:17:05 +0000 (12:17 +0000)]
* cygpath.cc (usage): Add -O and -F, remove tabs.
(get_special_folder): New function.
(get_user_folder): New function.
(dowin): Add -O and -F, better -D, -P error handling.
(main): Add -O and -F.
* utils.sgml (cygpath): Document -O and -F.

17 years ago * mmap.cc: Do bookkeeping in 4K pages, rather than in 64K chunks.
corinna [Tue, 9 Jan 2007 11:18:57 +0000 (11:18 +0000)]
* mmap.cc: Do bookkeeping in 4K pages, rather than in 64K chunks.