OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
18 years ago * top.c: Add 2006 to list of copyright years in file header.
brobecke [Mon, 2 Jan 2006 05:50:11 +0000 (05:50 +0000)]
    * top.c: Add 2006 to list of copyright years in file header.

18 years ago * top.c (print_gdb_version): Update copyright year to 2006.
brobecke [Mon, 2 Jan 2006 05:45:54 +0000 (05:45 +0000)]
    * top.c (print_gdb_version): Update copyright year to 2006.

18 years ago2006-01-01 Roger Sayle <roger@eyesopen.com>
jimb [Mon, 2 Jan 2006 04:31:57 +0000 (04:31 +0000)]
2006-01-01  Roger Sayle  <roger@eyesopen.com>
            Elena Zannoni <ezannoni@redhat.com>

PR symtab/1651
* xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
for NULL before assigning this_symtab_psymtab->objfile to objfile.
(scan_xcoff_symtab): Initialize next_symbol_text_func.
        (Committed by Jim Blandy)

18 years agoRotate ChangeLogs.
jimb [Mon, 2 Jan 2006 04:28:16 +0000 (04:28 +0000)]
Rotate ChangeLogs.

18 years ago* winsup.api/resethand.c (main): Remove core dump flag from exit status.
cgf [Mon, 2 Jan 2006 04:01:22 +0000 (04:01 +0000)]
* winsup.api/resethand.c (main): Remove core dump flag from exit status.

18 years ago* winsup.api/resethand.c (main): Coerce argument to pointer to stop gcc
cgf [Mon, 2 Jan 2006 03:45:32 +0000 (03:45 +0000)]
* winsup.api/resethand.c (main): Coerce argument to pointer to stop gcc
complaint.

18 years ago* pinfo.cc (pinfo::exit): Swap signal and normal exit value when not started
cgf [Mon, 2 Jan 2006 03:14:56 +0000 (03:14 +0000)]
* pinfo.cc (pinfo::exit): Swap signal and normal exit value when not started
from a cygwin process - just like the good-old-days of B20.

18 years agoadd copyright
cgf [Mon, 2 Jan 2006 02:57:54 +0000 (02:57 +0000)]
add copyright

18 years agoadd missing ChangeLog entry
cgf [Mon, 2 Jan 2006 02:55:50 +0000 (02:55 +0000)]
add missing ChangeLog entry

18 years ago* cygtls.cc (_cygtls::remove): Remove left over debugging cruft which caused
cgf [Mon, 2 Jan 2006 02:55:14 +0000 (02:55 +0000)]
* cygtls.cc (_cygtls::remove): Remove left over debugging cruft which caused
this function to always return prematurely.

18 years ago*** empty log message ***
gdbadmin [Mon, 2 Jan 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Sun, 1 Jan 2006 23:00:04 +0000 (23:00 +0000)]
daily update

18 years ago* winsup.api/resethand.c: Use SIGSEGV for the signal to test.
cgf [Sun, 1 Jan 2006 18:02:53 +0000 (18:02 +0000)]
* winsup.api/resethand.c: Use SIGSEGV for the signal to test.

18 years ago* winsup.api/resethand.c: New file.
cgf [Sun, 1 Jan 2006 17:26:52 +0000 (17:26 +0000)]
* winsup.api/resethand.c: New file.

18 years ago* exceptions.cc (sigpacket::process): Pass actual reference to signal's
cgf [Sun, 1 Jan 2006 17:15:01 +0000 (17:15 +0000)]
* exceptions.cc (sigpacket::process): Pass actual reference to signal's
sigaction structure to setup_handler.

18 years ago* exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.
cgf [Sun, 1 Jan 2006 16:51:29 +0000 (16:51 +0000)]
* exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.
* include/cygwin/signal.h: Define SA_ONESHOT and SA_NOMASK.
* dcrt0.cc (get_cygwin_startup_info): Remove commented out code.

18 years ago * syslog.cc (vklog): Never log kernel messages using the vsyslog
corinna [Sun, 1 Jan 2006 16:17:55 +0000 (16:17 +0000)]
* syslog.cc (vklog): Never log kernel messages using the vsyslog
interface.

18 years ago * elf64-ppc.c (ppc64_elf_action_discarded): Return 0
jakub [Sun, 1 Jan 2006 00:06:24 +0000 (00:06 +0000)]
* elf64-ppc.c (ppc64_elf_action_discarded): Return 0
for .toc1 section.

18 years ago*** empty log message ***
gdbadmin [Sun, 1 Jan 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago * elf32-sh.c (sh_elf_relocate_section): Don't reset relocation
kkojima [Sat, 31 Dec 2005 16:23:13 +0000 (16:23 +0000)]
* elf32-sh.c (sh_elf_relocate_section): Don't reset relocation
for R_SH_REL32 in shared objects if the symbol is locally called.

18 years ago * syslog.cc (vsyslog): Decrement len if trailing \n has been removed.
corinna [Sat, 31 Dec 2005 14:16:49 +0000 (14:16 +0000)]
* syslog.cc (vsyslog): Decrement len if trailing \n has been removed.
Add \n when writing to stderr if LOG_PERROR option is set.

18 years ago * include/cygwin/in.h: Drop including stdint.h. Move definition
corinna [Sat, 31 Dec 2005 13:07:42 +0000 (13:07 +0000)]
* include/cygwin/in.h: Drop including stdint.h.  Move definition
of in_port_t and in_addr_t to top of file and use throughout. Use
sa_family_t type where appropriate.
(struct in6_addr): Change `unsigned char' to `uint8_t'.
(struct sockaddr_in6): Add sin6_scope_id member. Add comments.
* include/cygwin/socket.h: Include stdint.h.  Move definition of
socklen_t to top of file.  Define sa_family_t.  Define struct
sockaddr_storage as per SUSv3.
* include/sys/un.h: Include cygwin/socket.h.  Use sa_family_t type.

18 years ago * include/winsock2.h: Don't define struct sockaddr_storage when
corinna [Sat, 31 Dec 2005 13:07:22 +0000 (13:07 +0000)]
* include/winsock2.h: Don't define struct sockaddr_storage when
building Cygwin.

18 years ago * elf64-ppc.c (ppc64_elf_relocate_section): Adjust relocs against
amodra [Sat, 31 Dec 2005 12:55:10 +0000 (12:55 +0000)]
* elf64-ppc.c (ppc64_elf_relocate_section): Adjust relocs against
opd section sym when opd has been edited.  Use correct addend
when determining branch 'y' bit and branch overflow.  Adjust and
save opd relocs for ld -r too.

18 years ago2005-12-30 Eric Christopher <echristo@apple.com>
echristo [Sat, 31 Dec 2005 05:02:22 +0000 (05:02 +0000)]
2005-12-30  Eric Christopher  <echristo@apple.com>

* elfxx-mips.c (mips_elf_record_global_got_symbol): Add assert
to verify we have a got.
(_bfd_mips_elf_check_relocs): Add R_MIPS_TLS_GOTTPREL to relocs
needing a GOT.

18 years ago*** empty log message ***
gdbadmin [Sat, 31 Dec 2005 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agoinclude:
bwilson [Fri, 30 Dec 2005 23:33:59 +0000 (23:33 +0000)]
include:
* xtensa-config.h (XCHAL_HAVE_WIDE_BRANCHES): New.
gas:
* config/tc-xtensa.c (op_placement_info_struct): Delete single,
single_size, widest, and widest_size fields.  Add narrowest_slot.
(xg_emit_insn_to_buf): Remove fmt parameter and compute it here.
Use xg_get_single_slot to find the slot.
(finish_vinsn): Use emit_single_op instead of bundle_single_op.
(bundle_single_op): Rename this to....
(bundle_tinsn): ...this function, which builds a vliw_insn but does
not call finish_vinsn.
(emit_single_op): Use bundle_tinsn instead of bundle_single_op.
(relax_frag_immed): Get num_slots from cur_vinsn.
(convert_frag_narrow): Update call to xg_emit_insn_to_buf.
(convert_frag_immed): Likewise.  Also, get num_slots from cur_vinsn.
(init_op_placement_info_table): Set narrowest_slot field.  Remove
code for deleted fields.
(xg_get_single_size): Return narrowest_size field, not single_size.
(xg_get_single_format): Return narrowest field, not single.
(xg_get_single_slot): New.
(tinsn_to_insnbuf): Rewrite to use tinsn_to_slotbuf.
* config/xtensa-relax.c (widen_spec_list): Add wide branch relaxations.
(transition_applies): Check wide branch option availability.

18 years agodaily update
amodra [Fri, 30 Dec 2005 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago * configure.host (hppa*64*-*-hpux*): Set host64 to true.
danglin [Fri, 30 Dec 2005 22:25:57 +0000 (22:25 +0000)]
* configure.host (hppa*64*-*-hpux*): Set host64 to true.

18 years ago* relnotes.texinfo: Remove entry about hyperthreaded processor.
cgf [Fri, 30 Dec 2005 19:28:26 +0000 (19:28 +0000)]
* relnotes.texinfo: Remove entry about hyperthreaded processor.

18 years ago* faq-problems.html: Remove entry about hyperthreaded processor.
cgf [Fri, 30 Dec 2005 19:26:07 +0000 (19:26 +0000)]
* faq-problems.html: Remove entry about hyperthreaded processor.

18 years ago * readelf.c (get_machine_name): Add case for Blackfin.
jiez [Fri, 30 Dec 2005 08:27:16 +0000 (08:27 +0000)]
* readelf.c (get_machine_name): Add case for Blackfin.

18 years ago * config/tc-xtensa.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.
bwilson [Fri, 30 Dec 2005 00:57:26 +0000 (00:57 +0000)]
* config/tc-xtensa.h (MAX_MEM_FOR_RS_ALIGN_CODE): Define.

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

18 years agodaily update
amodra [Thu, 29 Dec 2005 23:00:07 +0000 (23:00 +0000)]
daily update

18 years ago* fhandler_tty.cc (fhandler_tty_common::__acquire_output_mutex): Use strace
cgf [Thu, 29 Dec 2005 21:10:50 +0000 (21:10 +0000)]
* fhandler_tty.cc (fhandler_tty_common::__acquire_output_mutex): Use strace
method rather than accessing field directly.
(fhandler_tty_common::__release_output_mutex): Ditto.

18 years ago * config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.
bwilson [Thu, 29 Dec 2005 21:04:13 +0000 (21:04 +0000)]
* config/tc-xtensa.c (tinsn_to_slotbuf): Do not zero slotbuf.

18 years ago*** cygwin DLL Changes:
cgf [Thu, 29 Dec 2005 20:46:33 +0000 (20:46 +0000)]
*** cygwin DLL Changes:
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
(child_info::dwProcessId): Delete.
(child_info::straced): New variable.
(child_info::handle_fork): New member function.
* dcrt0.cc (in_forkee): New global variable.
(__cygwin_user_data::forkee): Mark as obsolete.
(do_global_ctors): Use in_forkee rather than user_data->forkee.
(get_cygwin_startup_info): Ditto.  Deal with new straced field to allow strace
to deal with children of attached processes.
(initial_env): Accommodate changes to strace::hello.
(child_info_fork::handle_fork): Rename from plain old 'handle_fork'.  Move
alloc_stack() call elsewhere.
(dll_crt0_0): Fill out more of user_data.  Reference handle_fork via fork_info.
Add some debugging output.
(_dll_crt0): Don't wait for sync thread if sync_startup is invalid.  Zero
sync_startup here.  Call alloc_stack() here, if appropriate.
(dll_crt0_1): Use in_forkee rather than user_data->forkee.
(dll_crt0): Ditto.
* malloc_wrapper.cc (malloc_init): Ditto.
* dll_init.cc (in_forkee): Remove local static version of this variable.
(dll_list::load_after_fork): Don't set in_forkee here.
* external.cc (cygwin_internal): Use strace method rather than accessing field
directly.
* fhandler.cc (fhandler_base::read): Ditto.
* fhandler_tty.cc (fhandler_tty_common::__acquire_output_mutex): Ditto.
* fork.cc (frok::parent): Invoke strace write_childpid to communicate with
potential strace.
(child_copy): Add more detail to debugging output.
* init.cc (calibration_id): New static variable.
(prime_threads): Set sync_startup to invalid handle if we already know about
thread_func_ix.  Use static calibration_id to hold calibration thread id.
* munge_threadfunc (munge_threadfunc): Don't try to debug if we don't find
threadfunc_ix.
(dll_entry): Avoid calling munge_threadfunc and _cygtls::remove on non-cygwin
threads invoked during process startup.
* pinfo.cc (set_myself): Always call strace.hello here regardless of DEBUGGING.
* sigproc.cc (child_info::child_info): Remove spurious handling of dwProcessId.
Set straced as appropriate.
* spawn.cc (spawn_guts): Rename ciresrv to ch.  Invoke strace write_childpid to
communicate with potential strace.
* strace.cc: Include child_info.h.
(strace::hello): Remove inited test.  Use active() method to test if strace has
been activated.  Handle case where we are started before
(mypid): New function.
(strace::vsprntf): Try to deal more intelligently with case where progname may
not be filled out.  Put pid in parentheses if it is a windows pid rather than a
cygwin pid.  myself has been filled out.
(strace::write_childpid): New function for notifying strace about the creation
of children.
(strace::vprntf): Use strace method rather than accessing field directly.
(strace_printf): Ditto.
(strace::wm): Ditto.
* winsup.h (in_forkee): Declare.
* include/sys/strace.h (strace::write_childpid): Declare new function.
(strace::attached): Define new function.
(strace::active): Ditto.
(strace::active_val): Ditto.
(_STRACE_ON): Delete.
(_STRACE_OFF): Ditto.
(define_strace0): Use strace method rather than accessing field directly.
(strace_printf_wrap): Ditto.
(strace_printf_wrap1): Ditto.

*** cygwin utils changes:
* strace.cc (nprocesses): Make static global.
(quiet): New variable.
(strace_active): Ditto.
(add_child): Increment nprocesses here.  Don't add a child if it is already
added (windows bug?).  Report on child if not quiet.
(get_child): Just return NULL if child not found.
(remove_child): Report on child if not quiet.
(attach_process): Don't complain if given a windows process.  Use windows pid
in error.
(handle_output_debug_string): Issue error if trying to manipulate a process
that we don't know about.  Handle _STRACE_CHILD_PID - attach to reported child
when we get this.
(proc_child): Move nprocesses to file scope.  Report on exceptions.
(longopts): Implement "--quiet".
(opts): Implement "-q".
(main): Manipulate quiet flag.
* utils.sgml (strace): Add words describing '-q'.

18 years ago* cygcheck.cc (common_apps): Add crontab, vi, vim.
cgf [Thu, 29 Dec 2005 19:23:46 +0000 (19:23 +0000)]
* cygcheck.cc (common_apps): Add crontab, vi, vim.

18 years ago(bfd_hash_set_default_size): Add more entries to the hash_size_primes table.
nickc [Thu, 29 Dec 2005 10:33:40 +0000 (10:33 +0000)]
(bfd_hash_set_default_size): Add more entries to the hash_size_primes table.

18 years ago(_bfd_link_section_stabs): Use bfd_hash_table_init rather than
nickc [Thu, 29 Dec 2005 10:29:23 +0000 (10:29 +0000)]
(_bfd_link_section_stabs): Use bfd_hash_table_init rather than
bfd_hash_table_init_n(...,251) so that the size of the hash table can be
controlled by the user.

18 years ago* environ.cc (win_env::add_cache): Don't add variables to the environment
cgf [Thu, 29 Dec 2005 03:46:56 +0000 (03:46 +0000)]
* environ.cc (win_env::add_cache): Don't add variables to the environment
during initialization.

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

18 years agodaily update
amodra [Wed, 28 Dec 2005 23:00:05 +0000 (23:00 +0000)]
daily update

18 years ago * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
eliz [Wed, 28 Dec 2005 20:05:49 +0000 (20:05 +0000)]
* gdb.texinfo (Registers): Describe how to refer to SSE and MMX
registers and the likes.

18 years ago * sid-cpu.scm (-gen-hw-stream-and-destream-fns): Stringize mode
nathan [Wed, 28 Dec 2005 18:59:24 +0000 (18:59 +0000)]
* sid-cpu.scm (-gen-hw-stream-and-destream-fns): Stringize mode
for concatenation.
(-hw-gen-write-stack-decl): Likewise.

18 years ago* gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
kettenis [Wed, 28 Dec 2005 10:36:00 +0000 (10:36 +0000)]
* gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
* gdb.asm/openbsd.inc: Indent commands.

18 years ago * emulparams/bfin.sh: Define DATA_END_SYMBOLS and END_SYMBOLS.
jiez [Wed, 28 Dec 2005 06:01:47 +0000 (06:01 +0000)]
* emulparams/bfin.sh: Define DATA_END_SYMBOLS and END_SYMBOLS.
And add a prefix '_' to ENTRY.
* scripttempl/elf.sc: Add END_SYMBOLS.

18 years ago*** empty log message ***
gdbadmin [Wed, 28 Dec 2005 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Tue, 27 Dec 2005 23:00:06 +0000 (23:00 +0000)]
daily update

18 years ago * emultempl/xtensaelf.em (elf_xtensa_place_orphan): Delete.
bwilson [Tue, 27 Dec 2005 22:56:02 +0000 (22:56 +0000)]
* emultempl/xtensaelf.em (elf_xtensa_place_orphan): Delete.
(LDEMUL_PLACE_ORPHAN): Delete.

18 years ago * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Use info->executable
danglin [Tue, 27 Dec 2005 22:50:08 +0000 (22:50 +0000)]
* elf32-hppa.c (elf32_hppa_size_dynamic_sections): Use info->executable
instead of !info->shared.

18 years ago2005-12-27 Jan-Benedict Glaw <jbglaw@lug-owl.de>
jbglaw [Tue, 27 Dec 2005 22:17:24 +0000 (22:17 +0000)]
2005-12-27  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

* vaxlinux.h: New file. (TRAD_CORE_EXTRA_SIZE_ALLOWED): Define.
(HOST_MACHINE_ARCH): Define. This allows cross-building vax-linux
hosted binutils.

18 years ago* sparc64obsd-tdep.c: Include "gdbcore.h", "regcache.h" amd
kettenis [Tue, 27 Dec 2005 22:14:42 +0000 (22:14 +0000)]
* sparc64obsd-tdep.c: Include "gdbcore.h", "regcache.h" amd
"bsd-uthread.h".
(SPARC64OBSD_UTHREAD_FP_OFFSET, SPARC64OBSD_UTHREAD_PC_OFFSET):
New defines.
(sparc64obsd_supply_uthread, sparc64obsd_collect_uthread): New
functions.
(sparc64obsd_init_abi): Set supply_uthread and collect_uthread.
* Makefile.in (sparc64obsd-tdep.o): Update dependencies.

18 years ago * exceptions.cc (_cygtls::handle_exceptions): Drop redundant `break'.
corinna [Tue, 27 Dec 2005 20:47:49 +0000 (20:47 +0000)]
* exceptions.cc (_cygtls::handle_exceptions): Drop redundant `break'.

18 years ago * ChangeLog: Add linebreaks.
corinna [Tue, 27 Dec 2005 20:23:48 +0000 (20:23 +0000)]
* ChangeLog: Add linebreaks.

18 years ago * exceptions.cc (inside_kernel): Rename from interruptible.
corinna [Tue, 27 Dec 2005 20:20:09 +0000 (20:20 +0000)]
* exceptions.cc (inside_kernel): Rename from interruptible.
Accommodate change throughout file.

18 years ago * exceptions.cc (interruptible): New function, code stripped from
corinna [Tue, 27 Dec 2005 20:07:59 +0000 (20:07 +0000)]
* exceptions.cc (interruptible): New function, code stripped from
_cygtls::interrupt_now.
(_cygtls::handle_exceptions): Handle STATUS_DATATYPE_MISALIGNMENT as
SIGBUS error.  Differ between unmapped memory (SEGV_MAPERR) and access
violation (SEGV_ACCERR) in case of STATUS_ACCESS_VIOLATION.  Write
kernel log message in case of uncatched STATUS_ACCESS_VIOLATION.
(_cygtls::interrupt_now): Just call interruptible now instead of
evaluating interruptibility here.

18 years ago Add missing ChangeLog entry.
corinna [Tue, 27 Dec 2005 20:01:29 +0000 (20:01 +0000)]
Add missing ChangeLog entry.

18 years ago2005-12-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
jbglaw [Tue, 27 Dec 2005 19:43:47 +0000 (19:43 +0000)]
2005-12-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

* MAINTAINERS: Add myself as VAX maintainer.

18 years ago * config/tc-mt.c (mt_arch): Default to ms1_16_002.
nathan [Tue, 27 Dec 2005 18:38:05 +0000 (18:38 +0000)]
* config/tc-mt.c (mt_arch): Default to ms1_16_002.
(md_parse_options): Only allow lowercase.
(md_show_usage): Update.

18 years ago * path.cc (path_conv::check): Rework loop removing trailing dots
corinna [Tue, 27 Dec 2005 18:10:49 +0000 (18:10 +0000)]
* path.cc (path_conv::check): Rework loop removing trailing dots
and spaces.

* syslog.cc (vklog): Set facility to LOG_KERN if not set.

18 years ago * elf32-mt.c (mt_elf_merge_private_bfd_data): Do not allow mixing
nathan [Tue, 27 Dec 2005 17:47:42 +0000 (17:47 +0000)]
* elf32-mt.c (mt_elf_merge_private_bfd_data): Do not allow mixing
object files from different mt variants.

18 years agoAdd support for RDOS targets.
nickc [Tue, 27 Dec 2005 17:42:44 +0000 (17:42 +0000)]
Add support for RDOS targets.

18 years agoPR binutils/1990
nickc [Tue, 27 Dec 2005 16:37:57 +0000 (16:37 +0000)]
PR binutils/1990
* libtool.m4: Synchronize with version in GCC sources.

18 years ago(lookup_symbol_in_function_table): Check for a function name before passing
nickc [Tue, 27 Dec 2005 16:07:36 +0000 (16:07 +0000)]
(lookup_symbol_in_function_table): Check for a function name before passing
it to strcmp.

18 years ago* sparcobsd-tdep.c: Include "gdbcore.h", "regcache.h" and
kettenis [Tue, 27 Dec 2005 12:22:59 +0000 (12:22 +0000)]
* sparcobsd-tdep.c: Include "gdbcore.h", "regcache.h" and
"bsd-uthread.h".
(SPARC32OBSD_UTHREAD_FP_OFFSET, SPARC32OBSD_UTHREAD_PC_OFFSET):
New defines.
(sparc32obsd_supply_uthread, sparc32obsd_collect_uthread): New
functions.
(sparc32obsd_init_abi): Set supply_uthread and collect_uthread.
* Makefile.in (sparcobsd-tdep.o): Update dependencies.
* config/sparc/obsd.mt (TDEPFILES): Add bsd-uthread.o.
* config/sparc/obsd64.mt (TDEPFILES): Likewise.

18 years agoPR 1300
nickc [Tue, 27 Dec 2005 11:55:36 +0000 (11:55 +0000)]
PR 1300
* config/tc-arm.c (md_apply_fix): Fix casts to match type in printf format.

18 years agoAdd new Vietnamese translation
nickc [Tue, 27 Dec 2005 11:00:02 +0000 (11:00 +0000)]
Add new Vietnamese translation

18 years ago * elf.c (elf_find_function): Don't ignore section syms.
amodra [Tue, 27 Dec 2005 09:22:59 +0000 (09:22 +0000)]
* elf.c (elf_find_function): Don't ignore section syms.
Simplify filename logic.

18 years agomissed copyright 2005 addition
amodra [Tue, 27 Dec 2005 04:19:15 +0000 (04:19 +0000)]
missed copyright 2005 addition

18 years ago * elfread.c (elf_symfile_read): Don't make synth syms global.
amodra [Tue, 27 Dec 2005 04:09:39 +0000 (04:09 +0000)]
* elfread.c (elf_symfile_read): Don't make synth syms global.

18 years ago * elf32-ppc.c (add_stub_sym): Pass info rather than htab.
amodra [Tue, 27 Dec 2005 03:54:33 +0000 (03:54 +0000)]
* elf32-ppc.c (add_stub_sym): Pass info rather than htab.
Use different names for pic vs non-pic, '.' instead of '_'.
(allocate_dynrelocs): Adjust add_stub_sym call.

18 years ago * elf.c (bfd_section_from_shdr): Treat invalid reloc sections as
amodra [Tue, 27 Dec 2005 03:45:29 +0000 (03:45 +0000)]
* elf.c (bfd_section_from_shdr): Treat invalid reloc sections as
normal sections rather than returning false.

18 years ago * coff-h8300.c (h8300_reloc16_extra_cases): Use input section
amodra [Tue, 27 Dec 2005 03:06:27 +0000 (03:06 +0000)]
* coff-h8300.c (h8300_reloc16_extra_cases): Use input section
"output_offset" instead of link order "offset".
* coff-h8500.c (extra_case): Likewise.
* coff-w65.c (w65_reloc16_extra_cases): Likewise.
* coff-z80.c (extra_case): Likewise.
* coff-z8k.c (extra_case): Likewise.
* linker.c (default_indirect_link_order): Likewise, "size" too.
* ecoff.c (ecoff_indirect_link_order): Likewise.

18 years ago * Makefile.am (Makefile): Remove dependency.
amodra [Tue, 27 Dec 2005 01:21:27 +0000 (01:21 +0000)]
* Makefile.am (Makefile): Remove dependency.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* gconfig.in: Regenerate.

18 years ago * Makefile.am: Run "make dep-am".
amodra [Tue, 27 Dec 2005 01:21:00 +0000 (01:21 +0000)]
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.

18 years ago * Makefile.am: Run "make dep-am".
amodra [Tue, 27 Dec 2005 01:20:35 +0000 (01:20 +0000)]
* Makefile.am: Run "make dep-am".
(Makefile): Remove dependency.
* Makefile.in: Regenerate.

18 years ago * Makefile.am: Run "make dep-am".
amodra [Tue, 27 Dec 2005 01:20:05 +0000 (01:20 +0000)]
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.

18 years ago * Makefile.am: Run "make dep-am".
amodra [Tue, 27 Dec 2005 01:19:28 +0000 (01:19 +0000)]
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.

18 years ago * Makefile.am: Run "make dep-am".
amodra [Tue, 27 Dec 2005 01:19:00 +0000 (01:19 +0000)]
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* po/SRC-POTFILES.in: Regenerate.

18 years ago*** empty log message ***
gdbadmin [Tue, 27 Dec 2005 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Mon, 26 Dec 2005 23:00:05 +0000 (23:00 +0000)]
daily update

18 years agowhite space
cgf [Mon, 26 Dec 2005 21:23:05 +0000 (21:23 +0000)]
white space

18 years ago* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.
cgf [Mon, 26 Dec 2005 19:34:58 +0000 (19:34 +0000)]
* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.
(do_exit): Move minimal_printf...
* pinfo.cc (pinfo::exit): ...into here.
* strace.cc (strace::vprntf): Guarantee output to the console when
system_printf/api_fatal.
* heap.cc (heap_init): Wait a second before issuing an error when
ERROR_INVALID_ADDRESS since this is probably due to a CTRL-C handler sneaking
in, using the memory that we want to use for the heap, and, eventually exiting.

18 years ago* sparc64obsd-tdep.c: Include "obsd-tdep.h".
kettenis [Mon, 26 Dec 2005 19:31:22 +0000 (19:31 +0000)]
* sparc64obsd-tdep.c: Include "obsd-tdep.h".
(sparc64obsd_init_abi): Set skip_solib_resolver to
obsd_skip_solib_resolver instead of find_solib_trampoline_target.
* Makefile.in (sparc64obsd-tdep.o): Update dependencies.
* config/sparc/obsd64.mt (TDEPFILES): Add obsd-tdep.o.

18 years ago* sparcobsd-tdep.c: Include "obsd-tdep.h".
kettenis [Mon, 26 Dec 2005 19:27:02 +0000 (19:27 +0000)]
* sparcobsd-tdep.c: Include "obsd-tdep.h".
(sparc32obsd_init_abi): Set skip_solib_resolver.
* Makefile.in (sparcobsd-tdep.o): Update dependencies.
* config/sparc/obsd.mt (TDEPFILES): Add obsd-tdep.o.

18 years ago* obsd-tdep.c: New file.
kettenis [Mon, 26 Dec 2005 19:15:10 +0000 (19:15 +0000)]
* obsd-tdep.c: New file.
* obsd-tdep.h: New file.
* Makefile.in (obsd_tdep_h): New variable.
(ALLDEPFILES): Add obsd-tdep.c.
(obsd-tdep.o): New target.

18 years ago* gdb.base/freebpcmd.exp: Increase timeout.
kettenis [Mon, 26 Dec 2005 14:44:38 +0000 (14:44 +0000)]
* gdb.base/freebpcmd.exp: Increase timeout.

18 years ago* gdb.gdb/selftest.exp (test_with_self): Update copyright check.
kettenis [Mon, 26 Dec 2005 14:38:20 +0000 (14:38 +0000)]
* gdb.gdb/selftest.exp (test_with_self): Update copyright check.

18 years ago*** empty log message ***
gdbadmin [Mon, 26 Dec 2005 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago2005-12-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
jbglaw [Sun, 25 Dec 2005 23:19:10 +0000 (23:19 +0000)]
2005-12-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

* MAINTAINERS: Add myself as VAX maintainer.

18 years agodaily update
amodra [Sun, 25 Dec 2005 23:00:05 +0000 (23:00 +0000)]
daily update

18 years agotypo
cgf [Sun, 25 Dec 2005 18:15:02 +0000 (18:15 +0000)]
typo

18 years ago*** empty log message ***
gdbadmin [Sun, 25 Dec 2005 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Sat, 24 Dec 2005 23:00:04 +0000 (23:00 +0000)]
daily update

18 years ago(Memory Region Attributes): Fix usage of "etc."
eliz [Sat, 24 Dec 2005 15:28:44 +0000 (15:28 +0000)]
(Memory Region Attributes): Fix usage of "etc."

18 years ago * gdb.texinfo (Target Commands, Bug Reporting, File Options)
eliz [Sat, 24 Dec 2005 15:22:36 +0000 (15:22 +0000)]
* gdb.texinfo (Target Commands, Bug Reporting, File Options)
(Symbols): Fix usage of "e.g.".

* gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
(Coding): Fix usage of "e.g.".

18 years ago * config/default.exp: Do not load the unneeded util-defs.exp.
bje [Sat, 24 Dec 2005 11:17:21 +0000 (11:17 +0000)]
* config/default.exp: Do not load the unneeded util-defs.exp.

18 years agoUpdate FSF address.
eliz [Sat, 24 Dec 2005 08:42:58 +0000 (08:42 +0000)]
Update FSF address.