OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
17 years agoInclude <signal.h>.
nickrob [Tue, 28 Nov 2006 21:44:50 +0000 (21:44 +0000)]
Include <signal.h>.

17 years ago*** empty log message ***
nickrob [Tue, 28 Nov 2006 21:44:26 +0000 (21:44 +0000)]
*** empty log message ***

17 years ago * config/tm-linux.h: Delete file.
uweigand [Tue, 28 Nov 2006 21:41:02 +0000 (21:41 +0000)]
* config/tm-linux.h: Delete file.
* config/alpha/alpha-linux.mt (DEPRECATED_TM_FILE): Set to tm-alpha.h.
* config/alpha/tm-alphalinux.h: Delete file.
* config/arm/linux.mt (DEPRECATED_TM_FILE): Set to tm-arm.h
* config/arm/tm-linux.h: Delete file.
* config/i386/tm-linux.h: Do not include "config/tm-linux.h".
* config/ia64/tm-linux.h: Do not include "config/tm-linux.h".
* config/m32r/linux.mt (DEPRECATED_TM_FILE): Remove.
* config/mips/tm-linux.h:  Do not include "config/tm-linux.h".
* config/pa/linux.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
* config/pa/tm-linux.h: Delete file.
* config/powerpc/tm-linux.h: Do not include "config/tm-linux.h".
* config/s390/linux.mt (DEPRECATED_TM_FILE): Remove.
* config/sh/linux.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
* config/sh/tm-linux.h: Delete file.
* alpha-linux-tdep.c: Include "symtab.h".
(alpha_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* i386-linux-tdep.c: Include "symtab.h".
(i386_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* ia64-linux-tdep.c: Include "symtab.h".
(ia64_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* m32r-linux-tdep.c: Include "symtab.h".
(m32r_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* mips-linux-tdep.c: Include "symtab.h".
(mips_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* sh-linux-tdep.c: Include "symtab.h".
(sh_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* s390-tdep.c (s390_gdbarch_init): Call
set_gdbarch_skip_trampoline_code.
* s390-nat.c: Do not include "tm.h".
* Makefile.in (alpha-linux-tdep.o): Add dependency on $(symtab_h).
(i386-linux-tdep.o): Likewise.
(ia64-linux-tdep.o): Likewise.
(m32r-linux-tdep.o): Likewise.
(mips-linux-tdep.o): Likewise.
(sh-linux-tdep.o): Likewise.
(s390-nat.o): Remove dependency on $(tm_h).

17 years ago * config/nm-linux.h: Do not include <signal.h>.
uweigand [Tue, 28 Nov 2006 19:45:07 +0000 (19:45 +0000)]
* config/nm-linux.h: Do not include <signal.h>.
(REALTIME_LO, REALTIME_HI): Do not define.
* signals/signals.c (REALTIME_HI): Fix off-by-one bug.

17 years ago2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
vprus [Tue, 28 Nov 2006 19:40:27 +0000 (19:40 +0000)]
2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>

        * mi/mi-cmd-var.c (mi_cmd_var_create): Fix cleanup
        handlers. Free expression.

17 years ago * config/tm-linux.h (REALTIME_LO, REALTIME_HI): Do not define.
uweigand [Tue, 28 Nov 2006 19:07:49 +0000 (19:07 +0000)]
* config/tm-linux.h (REALTIME_LO, REALTIME_HI): Do not define.
* config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Likewise.

* config/rs6000/tm-rs6000ly.h (REALTIME_LO, REALTIME_HI): Move to ...
* config/nm-lynx.h (REALTIME_LO, REALTIME_HI): ... here.

* config/i386/nto.mh (NAT_FILE): Define.
* config/i386/nto.mt (DEPRECATED_TM_FILE): Remove.
* config/i386/tm-nto.h: Delete file.
* config/tm-nto.h: Delete file.
* config/nm-nto.h: New file.

* Makefile.in (nto-tdep.o): Add dependency on $(objfiles_h).
* nto-tdep.c: Include "objfiles.h" and <string.h>.

* coff-solib.h (SOLIB_UNLOADED_LIBRARY_PATHNAME): Define as "".
* xcoffread.c (read_xcoff_symtab): Initialize fcn_stab_saved.
* config/rs6000/rs6000lynx.mt (TDEPFILES): Add xcoffread.o.

17 years ago * gdb.base/break.c (main): Move position of malloc.
nathan [Tue, 28 Nov 2006 17:52:06 +0000 (17:52 +0000)]
* gdb.base/break.c (main): Move position of malloc.

17 years ago * dwarf2-frame.c (decode_frame_entry_1): Skip unknown augmentations
drow [Tue, 28 Nov 2006 17:28:29 +0000 (17:28 +0000)]
* dwarf2-frame.c (decode_frame_entry_1): Skip unknown augmentations
without skipping the CIE.

17 years ago2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
vprus [Tue, 28 Nov 2006 17:23:09 +0000 (17:23 +0000)]
2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>

        Fetch varobj values from memory in a single place,
        and only fetch the values that are really needed.
        * varobj.c (struct varobj): Clarify comment.
        (my_value_equal): Remove.
        (install_new_value): New function.
        (type_of_child): Remove.
        (varobj_create): Use install_new_value.
        (varobj_set_value): Use value_contents_equal, not
        my_value_equal.
        (varobj_update): Use install_new_value.
        (create_child): Likewise. Inline type_of_child here.
        (value_of_child): Don't fetch the value.
        (c_value_of_root): Likewise.
        (c_value_of_variable): Likewise.
        (type_changeable): Improve comments.

17 years ago * remote.c (struct remote_arch_state): Doc fix.
drow [Tue, 28 Nov 2006 17:08:49 +0000 (17:08 +0000)]
* remote.c (struct remote_arch_state): Doc fix.
(compare_pnums): New function.
(init_remote_state): Only allocate packet_reg structures for raw
registers.  Define the g/G packet format separately from creating
packet_reg.  Don't use DEPRECATED_REGISTER_BYTE.
(packet_reg_from_regnum, packet_reg_from_pnum): Only iterate over
raw registers.
(register_bytes_found): Delete.
(fetch_register_using_p): Take a struct packet_reg.  Handle disabled
'p' packet here.  Use packet_ok.
(fetch_registers_using_g): New function, split out of
remote_fetch_registers.  Check the 'g' packet more strictly.  Save
its actual size and contents.  Eliminate BUF.  Only iterate over
raw registers.
(remote_fetch_registers): Use the new functions for 'p' and 'g'.
Mark unavailable registers.
(store_register_using_P): Likewise to fetch_register_using_p.
(store_registers_using_G): New function, split out of
remote_store_registers.  Only iterate over raw registers.  Don't
use register_bytes_found.
(remote_store_registers): Likewise to remote_fetch_registers.

17 years ago2006-11-28 Pedro Alves <pedro_alves@portugalmail.pt>
drow [Tue, 28 Nov 2006 16:53:48 +0000 (16:53 +0000)]
2006-11-28  Pedro Alves  <pedro_alves@portugalmail.pt>

* coffread.c (cs_to_bfd_section): New function.
(cs_to_section): Use cs_to_bfd_section.
(record_minimal_symbol): Take the coff_symbol* parameter instead
of the symbol's name as a char*.
Add 'int section' parameter. Call prim_record_minimal_symbol_and_info
instead of prim_record_minimal_symbol_and_info.
Change return type to struct minimal_symbol *.
(coff_symtab_read): Adapt to new record_minimal_symbol's signature.
Make all minimal symbol creations go through record_minimal_symbol.

17 years ago * symtab.c (find_pc_sect_line): Do not return a line before
drow [Tue, 28 Nov 2006 16:23:30 +0000 (16:23 +0000)]
* symtab.c (find_pc_sect_line): Do not return a line before
the start of a symtab.

17 years ago * gdb.base/break.c (main): Call malloc.
nathan [Tue, 28 Nov 2006 16:04:00 +0000 (16:04 +0000)]
* gdb.base/break.c (main): Call malloc.

17 years ago * gdb.threads/linux-dp.exp: Read thread table before and after
nathan [Tue, 28 Nov 2006 15:16:47 +0000 (15:16 +0000)]
* gdb.threads/linux-dp.exp: Read thread table before and after
creating each philosopher and verify it.

17 years ago * fhandler.cc (fhandler_base::open): Fix previous patch to handle the
corinna [Tue, 28 Nov 2006 09:57:00 +0000 (09:57 +0000)]
* fhandler.cc (fhandler_base::open): Fix previous patch to handle the
SYSTEM attribute as well.

17 years ago * Makefile.am (EXTRA_DIST): Put spu_ovl.o in the emultempl
ian [Tue, 28 Nov 2006 04:54:05 +0000 (04:54 +0000)]
* Makefile.am (EXTRA_DIST): Put spu_ovl.o in the emultempl
subdirectory.
* Makefile.in: Regenerate.

17 years ago*** empty log message ***
gdbadmin [Tue, 28 Nov 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago * config/tc-xtensa.c (xtensa_sanity_check): Check for RELAX_IMMED
bwilson [Mon, 27 Nov 2006 23:58:39 +0000 (23:58 +0000)]
* config/tc-xtensa.c (xtensa_sanity_check): Check for RELAX_IMMED
as the first slot_subtype, not the frag subtype.

17 years agodaily update
amodra [Mon, 27 Nov 2006 23:00:08 +0000 (23:00 +0000)]
daily update

17 years agoRemove entries checked in by accident.
hjl [Mon, 27 Nov 2006 22:05:26 +0000 (22:05 +0000)]
Remove entries checked in by accident.

17 years agobfd/
bwilson [Mon, 27 Nov 2006 20:14:51 +0000 (20:14 +0000)]
bfd/
* elf32-xtensa.c (elf_xtensa_special_sections): Add .xtensa.info.
gas/
* config/tc-xtensa.c (XSHAL_ABI): Add default definition.
(directive_state): Disable scheduling by default.
(xtensa_add_config_info): New.
(xtensa_end): Call xtensa_add_config_info.
gas/testsuite/
* gas/elf/section2.e-xtensa: New file.
* gas/elf/elf.exp: Use it.
include/
* xtensa-config.h (XSHAL_ABI): New.
(XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New.
ld/
* emultempl/xtensaelf.em (XSHAL_ABI): Add default definition.
(replace_insn_sec_with_prop_sec): Use bfd_make_section_with_flags.
Delete redundant code to set sections flags and alignment.
(xt_config_info_unpack_and_check, check_xtensa_info): New.
(elf_xtensa_after_open): Iterate over input statements instead of
link_info.input_bfds.
(elf_xtensa_before_allocation): Likewise.  Call check_xtensa_info for
each input, and write a new .xtensa.info section in the output.

17 years ago * xtensa-isa.h (STATIC_LIBISA): Delete.
bwilson [Mon, 27 Nov 2006 19:23:21 +0000 (19:23 +0000)]
* xtensa-isa.h (STATIC_LIBISA): Delete.

17 years ago * fhandler.cc (fhandler_base::open): Fix handling of files with
corinna [Mon, 27 Nov 2006 19:14:24 +0000 (19:14 +0000)]
* fhandler.cc (fhandler_base::open): Fix handling of files with
HIDDEN attribute set.

17 years ago* include/cygwin/signal.h: Add __extension__ to various anonymous unions and
cgf [Mon, 27 Nov 2006 16:43:34 +0000 (16:43 +0000)]
* include/cygwin/signal.h: Add __extension__ to various anonymous unions and
structs.  (thanks to V.Haisman)

17 years ago2006-11-27 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 27 Nov 2006 16:12:51 +0000 (16:12 +0000)]
2006-11-27  Jeff Johnston  <jjohnstn@redhat.com>

        * mips/crt0.S: Fix preprocessor statements from previous patch
        to be ANSI.

17 years ago * gdb.base/ending-run.exp: Flatten expect script stepping out of
nathan [Mon, 27 Nov 2006 15:09:53 +0000 (15:09 +0000)]
* gdb.base/ending-run.exp: Flatten expect script stepping out of
        main to remove duplication.  Add start function of the form
'_*start[1-9]*'. Add RVDS start function.

17 years agoUpdated Malay translation
nickc [Mon, 27 Nov 2006 14:11:10 +0000 (14:11 +0000)]
Updated Malay translation

17 years ago Initial release of the Cygwin LSA authentication package.
corinna [Mon, 27 Nov 2006 13:05:54 +0000 (13:05 +0000)]
Initial release of the Cygwin LSA authentication package.
* ChangeLog: New file.
* Makefile.in: Ditto.
* aclocal.m4: Ditto.
* configure.in: Ditto.
* configure: Ditto. Generated from configure.in.
* cyglsa-config: Ditto.
* cyglsa.c: Ditto.
* cyglsa.din: Ditto.
* cyglsa64.dll: Ditto.
* make-64bit-version-with-visual-c.bat: Ditto.
* mslsa.def: Ditto.

17 years ago * Makefile.in: Add dependencies for lsaauth.
corinna [Mon, 27 Nov 2006 13:01:36 +0000 (13:01 +0000)]
* Makefile.in: Add dependencies for lsaauth.
* configure.in: Disable building subauth.  Add building lsaauth.
* configure: Regenerate.

17 years ago * cyglsa.h: New header file.
corinna [Mon, 27 Nov 2006 12:59:58 +0000 (12:59 +0000)]
* cyglsa.h: New header file.
* environ.cc: Disable subauth settings.
* grp.cc: Accomodate cygsidlist's count now being a method.
* sec_helper.cc (SECURITY_MANDATORY_INTEGRITY_AUTHORITY): Remove.
(mandatory_medium_integrity_sid): Remove.
(mandatory_high_integrity_sid): Remove.
(mandatory_system_integrity_sid): Remove.
(fake_logon_sid): Add.
(cygsid::get_sid): Add well_known parameter.  Set well_known_sid
accordingly.
(cygsid::getfromstr): Ditto.
(cygsidlist::alloc_sids): Move here from security.cc.
(cygsidlist::free_sids): Ditto.
(cygsidlist::add): Move here from security.h.  Add well_known parameter.
Set well_known_sid accordingly.  Don't allow duplicate SIDs.
* security.cc: Include cyglsa.h and cygwin/version.h.  Throughout
accomodate cygsidlist's count now being a method.  Throughout drop
redundant "contains" tests.
(get_user_local_groups): Add local groups as well known SIDs.
(get_token_group_sidlist): Add well known groups as well known SIDs.
(get_server_groups): Ditto.  Only call get_unix_group_sidlist after
get_user_local_groups to maintain "well_known_sid" attribute.
(get_initgroups_sidlist): Add well known groups as well known SIDs.
(get_setgroups_sidlist): Add usersid and struct passwd parameter to
allow calling get_server_groups from here.
(get_system_priv_list): Make static.  Return size of TOKEN_PRIVILEGES
structure.
(get_priv_list): Ditto.
(create_token): Accomodate above changes.  Drop misguided attempt to
add MIC SIDs to created user token.  Print returned token as hex value.
(subauth): Disable.
(lsaauth): New function implementing client side of LSA authentication.
* security.h (class cygsid): Add well_known_sid attribute.  Accomodate
throughout.  Add *= operator to create a well known SID.
(class cygsidlist): Rename count to cnt.  Make count a method.
(cygsidlist::add): Move to sec_helper.cc.
(cygsidlist::operator *=): New method to add well known SID.
(cygsidlist::non_well_known_count): New method returning number of
non well known SIDs in list.
(cygsidlist::next_non_well_known_sid): New method returning next non
well known SID by index.
(mandatory_medium_integrity_sid): Drop declaration.
(mandatory_high_integrity_sid): Drop declaration.
(mandatory_system_integrity_sid): Drop declaration.
(fake_logon_sid): Add declaration.
(subauth): Disable declaration.
(lsaauth): Add declaration.
* syscalls.cc (seteuid32): Disable subauthentication.  Add LSA
authentication.
* wincap.h: Define needs_logon_sid_in_sid_list throughout.
* wincap.cc: Ditto.

17 years ago * config/tc-sparc.c (tc_gen_reloc): Turn aligned relocs into
ebotcazou [Mon, 27 Nov 2006 11:25:27 +0000 (11:25 +0000)]
* config/tc-sparc.c (tc_gen_reloc): Turn aligned relocs into
their unaligned counterparts in debugging sections.

17 years ago*** empty log message ***
gdbadmin [Mon, 27 Nov 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Sun, 26 Nov 2006 23:00:07 +0000 (23:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Sun, 26 Nov 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Sat, 25 Nov 2006 23:00:08 +0000 (23:00 +0000)]
daily update

17 years agoremove invalid use of AC_ALLOCA; remove redundant use of AC_SUBST.
keithmarshall [Sat, 25 Nov 2006 15:55:05 +0000 (15:55 +0000)]
remove invalid use of AC_ALLOCA; remove redundant use of AC_SUBST.

17 years ago2006-11-24 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 25 Nov 2006 00:38:14 +0000 (00:38 +0000)]
2006-11-24  H.J. Lu  <hongjiu.lu@intel.com>

* elf.c (IS_SECTION_IN_INPUT_SEGMENT): New.
(INCLUDE_SECTION_IN_SEGMENT): Use IS_SECTION_IN_INPUT_SEGMENT.
(rewrite_elf_program_header): Don't preserve segment physical
address in the output segment if the first section in the
corresponding input segment is removed.

17 years ago*** empty log message ***
gdbadmin [Sat, 25 Nov 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Fri, 24 Nov 2006 23:00:05 +0000 (23:00 +0000)]
daily update

17 years ago * NEWS: SPU target is already supported in GDB 6.6.
uweigand [Fri, 24 Nov 2006 20:19:37 +0000 (20:19 +0000)]
* NEWS: SPU target is already supported in GDB 6.6.

17 years ago * Makefile.in (mips-linux-tdep.o) Add $(solib_h) dependency.
uweigand [Fri, 24 Nov 2006 18:23:33 +0000 (18:23 +0000)]
* Makefile.in (mips-linux-tdep.o) Add $(solib_h) dependency.
(nto-procfs.o): Likewise.
* mips-linux-tdep.c: Include "solib.h".
* nto-procfs.c: Likewise.
* config/nm-linux.h: Do not include "solib.h".
* config/nm-nbsd.h: Likewise.
* config/tm-linux.h: Likewise.
* config/alpha/nm-osf.h: Likewise.
* config/frv/tm-frv.h: Likewise.
* config/i386/nm-fbsh.h: Likewise.
* config/i386/nm-i386gnu.h: Likewise.
* config/i386/nm-i386sco5.h: Likewise.
* config/i386/nm-i386sol2.h: Likewise.
* config/i386/nm-i386v4.h: Likewise.
* config/i386/nm-i386v42mp.h: Likewise.
* config/i386/tm-i386sol2.h: Likewise.
* config/i386/tm-nto.h: Likewise.
* config/mips/nm-irix5.h: Likewise.
* config/mips/tm-nbsd.h: Likewise.
* config/pa/tm-hppah.h: Likewise.
* config/powerpc/tm-ppc-eabi.h: Likewise.
* config/rs6000/tm-rs6000.h: Likewise.
* config/sh/tm-nbsd.h: Likewise.
* config/sparc/nm-sol2.h: Likewise.
* config/sparc/tm-sol2.h: Likewise.
* config/arm/nbsdaout.mh: Remove NAT_FILE.
* config/i386/nbsdaout.mh: Likewise.
* config/i386/nbsdelf.mh: Likewise.
* config/i386/obsdaout.mh: Likewise.
* config/m68k/nbsdaout.mh: Likewise.
* config/m68k/obsd.mh: Likewise.
* config/sparc/nbsdaout.mh: Likewise.
* config/cris/cris.mt: Remove DEPRECATED_TM_FILE.
* config/i386/linux64.mt: Likewise.
* config/m68k/linux.mt: Likewise.
* config/m68k/nbsd.mt: Likewise.
* config/sparc/linux.mt: Likewise.
* config/sparc/linux64.mt: Likewise.
* config/vax/nbsd.mt: Likewise.

17 years ago2006-11-24 Thiemo Seufer <ths@mips.com>
jjohnstn [Fri, 24 Nov 2006 18:19:18 +0000 (18:19 +0000)]
2006-11-24  Thiemo Seufer  <ths@mips.com>
            Nigel Stephens  <nigel@mips.com>

        * mips/crt0.S (_start): Use all available float registers. Don't touch
        SR_PE on post-mips2 CPUs, it means soft reset there.

17 years ago * config/tc-spu.c (md_pseudo_table): Add eqv and .eqv.
amodra [Fri, 24 Nov 2006 04:32:40 +0000 (04:32 +0000)]
* config/tc-spu.c (md_pseudo_table): Add eqv and .eqv.

17 years ago*** empty log message ***
gdbadmin [Fri, 24 Nov 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Thu, 23 Nov 2006 23:00:06 +0000 (23:00 +0000)]
daily update

17 years ago * ld-elf/warn2.d: Match regex also for the second segment.
ths [Thu, 23 Nov 2006 16:50:39 +0000 (16:50 +0000)]
* ld-elf/warn2.d: Match regex also for the second segment.

17 years ago * security.h (DBGSID): Define for debugging purposes.
corinna [Thu, 23 Nov 2006 16:44:55 +0000 (16:44 +0000)]
* security.h (DBGSID): Define for debugging purposes.
(MKSID): Rename from SID so as to not hide SID definition from winnt.h.
* sec_helper.cc: Change SID to MKSID throughout.

17 years ago * net.cc (get_ipv6_funcs): Fix formatting.
corinna [Thu, 23 Nov 2006 16:30:08 +0000 (16:30 +0000)]
* net.cc (get_ipv6_funcs): Fix formatting.

17 years ago * path.cc (fs_info::update): Define GETVOLINFO_VALID_MASK and TEST_GVI.
corinna [Thu, 23 Nov 2006 11:28:52 +0000 (11:28 +0000)]
* path.cc (fs_info::update): Define GETVOLINFO_VALID_MASK and TEST_GVI.
Change FS_IS_SAMBA and FS_IS_SAMBA_WITH_QUOTA and their usage
accordingly.  Define FS_IS_NETAPP_DATAONTAP.  Recognize NetApp device
and store in is_netapp flag.  Mark NetApp device as having no good
inodes.
* path.h (struct fs_info): Add is_netapp flag.  Add matching accessors.

17 years ago * fhandler_console.cc (set_color): Avoid (again) inappropriate
corinna [Thu, 23 Nov 2006 10:08:04 +0000 (10:08 +0000)]
* fhandler_console.cc (set_color): Avoid (again) inappropriate
intensity interchanging that used to render reverse output unreadable
when (non-reversed) text is bright.
See http://sourceware.org/bugzilla/show_bug.cgi?id=514

17 years ago * devices.h: Add additional SCSI disk block device numbers per
corinna [Thu, 23 Nov 2006 09:55:54 +0000 (09:55 +0000)]
* devices.h: Add additional SCSI disk block device numbers per
http://www.kernel.org/pub/linux/docs/device-list/devices.txt
up to 128 devices.
* devices.in: Ditto.
(device::parsedisk): Add additonal else-if cases for decoding base
and drive indices.
* devices.cc: Regenerate.
* dtable.cc (build_fh_pc): Add additional DEV_SD{2..7}_MAJOR cases.

17 years ago*** empty log message ***
gdbadmin [Thu, 23 Nov 2006 00:00:36 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Wed, 22 Nov 2006 23:00:06 +0000 (23:00 +0000)]
daily update

17 years ago2006-11-22 Luca Barbato <lu_zero@gentoo.org>
jjohnstn [Wed, 22 Nov 2006 21:20:31 +0000 (21:20 +0000)]
2006-11-22  Luca Barbato  <lu_zero@gentoo.org>

        * spu/syscalls.c: Include spu_intrinsics.h to provide vector keyword.

17 years ago2006-11-22 Luca Barbato <lu_zero@gentoo.org>
jjohnstn [Wed, 22 Nov 2006 21:19:55 +0000 (21:19 +0000)]
2006-11-22  Luca Barbato  <lu_zero@gentoo.org>

        * libc/machine/spu/memcpy.c: Use spu_splats, explicit cast.
        * libc/machine/spu/memmove.c: Use spu_splats, explicit cast.
        * libc/machine/spu/memset.c: Use spu_splats, remove apple-cast.
        * libc/machine/spu/strchr.c: Use spu_splats, remove apple-cast.
        * libc/machine/spu/strncat.c: Explicit cast.
        * libc/machine/spu/strncmp.c: Use spu_splats.
        * libc/machine/spu/strncpy.c: Explicit cast.
        * libc/machine/spu/strrchr.c: Use spu_splats.
        * libc/machine/spu/strspn.c: Use spu_splats.

17 years ago * NEWS: New port to Cell Broadband Engine SPU.
uweigand [Wed, 22 Nov 2006 19:41:17 +0000 (19:41 +0000)]
* NEWS: New port to Cell Broadband Engine SPU.
* MAINTAINERS: Add myself as spu maintainer.

17 years agogdb/
drow [Wed, 22 Nov 2006 18:51:57 +0000 (18:51 +0000)]
gdb/
* Makefile.in (arm-tdep.o): Update dependencies.
* arm-tdep.c (thumb_skip_prologue): Remove.
(thumb_analyze_prologue): New function.
(arm_skip_prologue): Use thumb_analyze_prologue.
(thumb_scan_prologue): Ditto.
gdb/testsuite/
* gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.

17 years agoopcodes/
drow [Wed, 22 Nov 2006 17:45:55 +0000 (17:45 +0000)]
opcodes/
* arm-dis.c (last_is_thumb): Delete.
(enum map_type, last_type): New.
(print_insn_data): New.
(get_sym_code_type): Take MAP_TYPE argument.  Check the type of
the right symbol.  Handle $d.
(print_insn): Check for mapping symbols even without a normal
symbol.  Adjust searching.  If $d is found see how much data
to print.  Handle data.
gas/
* config/tc-arm.h (md_cons_align): Define.
(mapping_state): New prototype.
* config/tc-arm.c (mapping_state): Make global.
gas/testsuite/
* gas/arm/arm7t.d, gas/arm/neon-ldst-rm.d, gas/arm/thumb2_pool.d,
gas/arm/tls.d: Update for $d support.
* gas/arm/mapshort.d, gas/arm/mapshort.s: New test.
* gas/elf/section2.e-armeabi: Update.
* gas/elf/section2.e-armelf: New file.
* gas/elf/elf.exp: Use it.
ld/testsuite/
* ld-arm/mixed-app.d, ld-arm/tls-app.d, ld-arm/tls-lib.d: Update
for $d support.

17 years agoChangeLog:
uweigand [Wed, 22 Nov 2006 17:34:14 +0000 (17:34 +0000)]
ChangeLog:

* configure.tgt: Enable gdbserver for SPU target.
* configure.ac: Build gdbserver when gdb_native is yes.
* configure: Regenerate.
* regformats/reg-spu.dat: New file.

gdbserver/ChangeLog:

* configure.srv: Add target "spu*-*-*".
* Makefile.in (clean): Remove reg-spu.c.
(reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
* spu-low.c: New file.

17 years ago * osabi.c (gdbarch_lookup_osabi): Do not return
drow [Wed, 22 Nov 2006 17:32:05 +0000 (17:32 +0000)]
* osabi.c (gdbarch_lookup_osabi): Do not return
GDB_OSABI_UNINITIALIZED.

17 years ago * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
uweigand [Wed, 22 Nov 2006 17:19:50 +0000 (17:19 +0000)]
* gdb.asm/asm-source.exp: Add "spu*-*-*" target.
* gdb.asm/spu.inc: New file.
* gdb.base/term.exp: Disable if [target_info exists noargs].
* gdb.gdb/complaints.exp: Disable if ![isnative].
* gdb.gdb/selftest.exp: Likewise.
* gdb.gdb/observer.exp: Likewise.
* gdb.gdb/xfullpath.exp: Likewise.
* gdb.base/attach.exp: Disable on SPU target.
* gdb.cp/bs145503.exp: Likewise.
* gdb.cp/exception.exp: Likewise.
* gdb.cp/userdef.exp: Likewise.

17 years ago * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
drow [Wed, 22 Nov 2006 15:24:05 +0000 (15:24 +0000)]
* gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.

17 years ago * config/powerpc/spu-linux.mh: New file.
uweigand [Wed, 22 Nov 2006 13:49:52 +0000 (13:49 +0000)]
* config/powerpc/spu-linux.mh: New file.
* config/spu/spu.mt: New file.
* configure.ac: Provide gdb_native configuration variable.
* configure: Regenerate.
* configure.host: Support powerpc64 to spu 'pseudo-native' mode.
* configure.tgt: Add "spu" target_cpu and "spu*-*-*" target.
* Makefile.in (spu_tdep_h): New variable.
(ALLDEPFILES): Add spu-linux-nat.c and spu-tdep.c
(spu-linux-nat.o, spu-tdep.o): Add dependencies.
* spu-linux-nat.c: New file.
* spu-tdep.c: New file.
* spu-tdep.h: New file.

17 years ago * findvar.c (address_from_register): New function.
uweigand [Wed, 22 Nov 2006 13:44:44 +0000 (13:44 +0000)]
* findvar.c (address_from_register): New function.
* value.h (address_from_register): Add prototype.
* dwarf2loc.c (dwarf_expr_read_reg): Use address_from_register.

17 years ago2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
vprus [Wed, 22 Nov 2006 10:43:34 +0000 (10:43 +0000)]
2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>

        * breakpoint.c: Include "memattr.h".
        (automatic_hardware_breakpoints): New.
        (show_automatic_hardware_breakpoints): New.
        (insert_bp_location): Automatically use
        hardware breakpoints.
        (_initialize_breakpoint): Register the "auto-hw"
        variable.
        * Makefile.in (breakpoint.o): Update dependencies.

17 years agoAdd Irish translation for ld and Malay translation for gprof
nickc [Wed, 22 Nov 2006 09:45:09 +0000 (09:45 +0000)]
Add Irish translation for ld and Malay translation for gprof

17 years ago * config/obj-elf.c (obj_elf_version): Use memcpy rather than strcpy.
amodra [Wed, 22 Nov 2006 03:35:36 +0000 (03:35 +0000)]
* config/obj-elf.c (obj_elf_version): Use memcpy rather than strcpy.

17 years ago * pef.c (bfd_pef_make_empty_symbol): Delete function. Define instead.
amodra [Wed, 22 Nov 2006 03:33:51 +0000 (03:33 +0000)]
* pef.c (bfd_pef_make_empty_symbol): Delete function.  Define instead.
* xsym.c (bfd_sym_make_empty_symbol): Likewise.
* xsym.h (bfd_sym_make_empty_symbol): Delete.

17 years ago * elf32-ppc.c (ppc_elf_relocate_section): Fixup D field
gkm [Wed, 22 Nov 2006 00:12:30 +0000 (00:12 +0000)]
* elf32-ppc.c (ppc_elf_relocate_section): Fixup D field
at proper offset in little-endian mode.
* elf64-ppc.c (ppc_elf_relocate_section): Likewise.

17 years ago*** empty log message ***
gdbadmin [Wed, 22 Nov 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Tue, 21 Nov 2006 23:00:07 +0000 (23:00 +0000)]
daily update

17 years ago gdb/
vprus [Tue, 21 Nov 2006 16:50:16 +0000 (16:50 +0000)]
    gdb/
        * memattr.h (enum mem_access_mode): New value
        MEM_NONE.
        * memattr.c (unknown_mem_attrib): New.
        (inaccessible_by_default): New.
        (show_inaccessible_by_default): New.
        (lookup_mem_region): Check inaccessible_by_default.
        (dummy_cmd): New.
        (mem_set_cmdlist, mem_show_cmdlist): New.
        (_initialize_mem): Register new "set" and "show"
        commands.
        * target.c (memory_xfer_partial): If memory type
        is MEM_NONE, return an error.
        Clip to region size when calling to_xfer_partial.
        If upper limit of memory range is 0, don't clip
        anything.

        gdb/doc/
        * gdb.texinfo (Memory Access Checking): New.

17 years ago * elf-eh-frame.c (struct cie): New type.
jakub [Tue, 21 Nov 2006 11:25:16 +0000 (11:25 +0000)]
* elf-eh-frame.c (struct cie): New type.
(cie_compare): Removed.
(cie_eq, cie_hash, cie_compute_hash): New functions.
(_bfd_elf_discard_section_eh_frame): Rewrite not to rely on FDEs
pointing only to last CIE and allow merging of any duplicate CIEs,
not just duplicate consecutive CIEs.
(_bfd_elf_discard_section_eh_frame_hdr): Delete cies hash table.
* elf-bfd.h (struct cie_header, struct cie): Removed.
(struct eh_frame_sec_info): Remove alloced field.
(struct eh_frame_hdr_info): Remove last_cie, last_cie_sec
and last_cie_inf fields.  Add cies field.

* ld-elf/eh5.d: New test.
* ld-elf/eh5.s: New file.
* ld-elf/eh5a.s: New file.
* ld-elf/eh5b.s: New file.

17 years ago * Makefile.in: Add aclocal.m4 to source release.
dannysmith [Tue, 21 Nov 2006 09:36:00 +0000 (09:36 +0000)]
* Makefile.in: Add aclocal.m4 to source release.

17 years ago * Makefile.in: Add aclocal.m4:to source release.
dannysmith [Tue, 21 Nov 2006 09:30:13 +0000 (09:30 +0000)]
* Makefile.in:  Add aclocal.m4:to source release.
* mingwex/Makefile.in: Ditto.
* profile/Makefile.in: Ditto.

17 years ago * README: Remove obsolete information.
brobecke [Tue, 21 Nov 2006 05:12:44 +0000 (05:12 +0000)]
    * README: Remove obsolete information.

17 years ago*** empty log message ***
gdbadmin [Tue, 21 Nov 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

17 years agodaily update
amodra [Mon, 20 Nov 2006 23:00:07 +0000 (23:00 +0000)]
daily update

17 years agoIndex: ChangeLog
cagney [Mon, 20 Nov 2006 21:47:05 +0000 (21:47 +0000)]
Index: ChangeLog
2006-11-20  Andrew Cagney  <cagney@redhat.com>

* linux-nat.h: Refer to GNU/Linux or Linux kernel.
* linux-nat.c (lin_lwp_attach_lwp, linux_nat_thread_alive): Ditto.
* infcmd.c (attach_command): Ditto.
* hppa-linux-tdep.c (hppa_linux_regset): Ditto.
* mn10300-linux-tdep.c: Ditto.  Update copyright year.
* frv-linux-tdep.c: Ditto.  Update copyright year.

17 years ago2006-11-20 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 20 Nov 2006 20:07:51 +0000 (20:07 +0000)]
2006-11-20  H.J. Lu  <hongjiu.lu@intel.com>

* ld.texinfo: Fix a typo.

17 years ago * emulparams/elf32_spu.sh (OTHER_SECTIONS): Define.
amodra [Mon, 20 Nov 2006 02:17:05 +0000 (02:17 +0000)]
* emulparams/elf32_spu.sh (OTHER_SECTIONS): Define.

17 years ago * bfd-in.h (struct stat): Don't typedef.
amodra [Mon, 20 Nov 2006 02:09:56 +0000 (02:09 +0000)]
* bfd-in.h (struct stat): Don't typedef.
* bfdio.c (bfd_get_size): Return a file_ptr.
* cisco-core.c (cisco_core_file_validate): Use bfd_size_type for nread.
* mmo.c (mmo_scan): Use file_ptr for curpos.
* trad-core.c (trad_unix_core): Don't cast statbuf.st_size to
unsigned long.
* bfd-in2.h: Regenerate.

17 years ago PR 3532
amodra [Mon, 20 Nov 2006 01:38:37 +0000 (01:38 +0000)]
PR 3532
* bfd-in.h (struct bfd_hash_table): Reorganize.  Add "frozen".
* hash.c (bfd_hash_table_init_n): Init frozen.
(bfd_hash_lookup): Don't grow if frozen.
(bfd_hash_traverse): Freeze hash table during traversal.
* bfd-in2.h: Regenerate.

17 years ago2006-11-16 Mei ligang <ligang@sunnorth.com.cn>
ligang [Mon, 20 Nov 2006 01:28:43 +0000 (01:28 +0000)]
2006-11-16  Mei ligang  <ligang@sunnorth.com.cn>
* config/tc-score.c (score_relax_frag): If next frag contains 32 bit branch
instruction, handle it specially.
(score_insns): Modify 32 bit branch instruction.

17 years ago * NEWS: Add a new section for changes since GDB 6.6. Rename
brobecke [Mon, 20 Nov 2006 00:16:05 +0000 (00:16 +0000)]
    * NEWS: Add a new section for changes since GDB 6.6. Rename
        the section "Changes since GDB 6.5" into "Changes in GDB 6.6".
        Move a couple of items into the new section as they did not
        make it to 6.6.

17 years ago*** empty log message ***
gdbadmin [Mon, 20 Nov 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago GDB 6.6 branch created (branch timestamp: 2006-11-15 12:00)
brobecke [Sun, 19 Nov 2006 23:30:13 +0000 (23:30 +0000)]
    GDB 6.6 branch created (branch timestamp: 2006-11-15 12:00)
        * version.in: Bump version to 6.6.50.20061119-cvs.

17 years agodaily update
amodra [Sun, 19 Nov 2006 23:00:07 +0000 (23:00 +0000)]
daily update

17 years ago*** empty log message ***
gdbadmin [Sun, 19 Nov 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

17 years ago * prologue-value.c (clear_entries): Fix memory leak.
drow [Sat, 18 Nov 2006 23:57:08 +0000 (23:57 +0000)]
* prologue-value.c (clear_entries): Fix memory leak.

17 years ago2006-11-18 Pedro Alves <pedro_alves@portugalmail.pt>
drow [Sat, 18 Nov 2006 23:54:31 +0000 (23:54 +0000)]
2006-11-18  Pedro Alves  <pedro_alves@portugalmail.pt>
* parse.c (write_exp_msymbol): Check SYMBOL_BFD_SECTION before
dereferencing it.

17 years agodaily update
amodra [Sat, 18 Nov 2006 23:00:06 +0000 (23:00 +0000)]
daily update

17 years ago2006-11-18 Chris Sutcliffe <ir0nh34d@users.sf.net>
ironhead [Sat, 18 Nov 2006 22:39:52 +0000 (22:39 +0000)]
2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sf.net>

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

17 years ago2006-11-18 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Sat, 18 Nov 2006 22:26:49 +0000 (22:26 +0000)]
2006-11-18  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>

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

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

17 years agodaily update
amodra [Fri, 17 Nov 2006 23:00:08 +0000 (23:00 +0000)]
daily update

17 years ago * utils.c (string_to_core_addr): Use error instead of
drow [Fri, 17 Nov 2006 19:30:41 +0000 (19:30 +0000)]
* utils.c (string_to_core_addr): Use error instead of
internal_error.
* mi/mi-main.c (mi_execute_command): Check for a NULL message.

17 years ago2006-11-17 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 17 Nov 2006 19:18:02 +0000 (19:18 +0000)]
2006-11-17  Jeff Johnston  <jjohnstn@redhat.com>

        * mn10300/Makefile.in: Add spaces after do in "for" loop.

17 years ago * NEWS: Mention QPassSignals.
drow [Fri, 17 Nov 2006 17:48:41 +0000 (17:48 +0000)]
* NEWS: Mention QPassSignals.

17 years ago * elflink.c (_bfd_elf_check_kept_section): Test for kept group
amodra [Fri, 17 Nov 2006 13:55:38 +0000 (13:55 +0000)]
* elflink.c (_bfd_elf_check_kept_section): Test for kept group
section.  Save result of checks in kept_section.
(_bfd_elf_section_already_linked): Tidy.  Correct comments.
Ignore all group member sections.  Handle special matching of
single-member groups against linkonce sections via their group
section.  When such a match is found, set kept_section to the
group member section rather than to the group.