aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-02-282000-02-27 Mark Elbrecht <snowball3@bigfoot.com>Ian Lance Taylor2-3/+7
* scripttempl/i386go32.sc: Move misplaced semicolons.
2000-02-282000-02-27 Jakub Jelinek <jakub@redhat.com>Ian Lance Taylor2-1/+17
* config/tc-sparc.c (OPTION_UNDECLARED_REGS): New option. (md_parse_option): Handle it. (md_show_usage): Document it.
2000-02-282000-02-27 Jakub Jelinek <jakub@redhat.com>Ian Lance Taylor3-26/+54
* elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump architecture if the object causing the bump is dynamic. * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise, and also don't it for memory ordering. (sparc64_elf_write_relocs): Take src_rela out of the loop.
2000-02-28 * dwarf2.c (read_abbrevs): Use _raw_size directly rather thanIan Lance Taylor2-3/+10
calling bfd_get_section_size_before_reloc. (decode_line_info): Likewise. (_bfd_dwarf2_find_nearest_line): Likewise.
2000-02-28 From Brad Lucier <lucier@math.purdue.edu>:Ian Lance Taylor2-3/+12
* readelf.c (process_dynamic_segment): Add cast to make sure argument to %* is int.
2000-02-28 * config/tc-alpha.c (md_assemble): Accept `1' and `9' in anIan Lance Taylor2-1/+7
opcode, for the instruction `pal19'. From Andrea Arcangeli <andrea@suse.de>.
2000-02-28Add MAINTAINERS file to mmalloc directory - part of GDB and maintainedAndrew Cagney4-7/+29
by GDB's Host maintainers.
2000-02-272000-02-27 H.J. Lu (hjl@gnu.org)H.J. Lu2-1/+6
* lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs.
2000-02-272000-02-27 Eli Zaretskii <eliz@is.elta.co.il>Ian Lance Taylor6-8/+24
* Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the name of the libtool directory. * Makefile.in: Rebuild.
2000-02-27rebuild with current toolsIan Lance Taylor27-7604/+6042
2000-02-27 * ltconfig, ltmain.sh: Update to libtool 1.3.4.Ian Lance Taylor3-529/+1039
2000-02-262000-02-26 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2-216/+329
* gnu-nat.c: Include "gdbthread.h". Include <hurd.h>. Reorder headers a bit. Overall cleanup and minor reformatting. (MIG_SERVER_DIED): Remove define. (proc_update_sc): Add braces to silence compiler warning. (proc_steal_exc_port): Initialize err to zero. (make_proc): Add braces to silence compiler warning. (inf_validate_task_sc): Add cast to silence compiler warning. (inf_set_traced): Reorganize a bit to silence compiler warning. (inf_validate_procs): Use mach_msg_type_number_t for all thread numbers and add braces to silence compiler warning. (gnu_wait): Add prototypes for server functions and add braces to silence compiler warnings. (S_exception_raise_request): Pass subcode to inf_debug call. (gnu_write_inferior): Remove unused variable `protection_changed'. (gnu_xfer_memory): Remove unused variable `result'. (set_sig_thread_cmd): Remove unused varible `tid'. (set_signals_cmd): Remve unused variable `trace'. (add_task_commands): Provide complete prototype. Reformat help strings a bit to make sure the first line is a full sentence. Call info_port_rights_cmd instead of info_send_rights_cmd for the "info port-rights" command. (add_thread_commands): Provide complete prototype. Make static. Reformat help strings a bit to make sure the first line is a full sentence. (_initialize_gnu_nat): Provide complete prototype.
2000-02-262000-02-26 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1-0/+1
Make cross-compilation for the Hurd more friendly. From Jeff Bailey <jbailey@gnu.org>: * configure.in: Use AC_CHECK_TOOL to find MiG. * Makefile.in (MIG): New variable. * config/i386/i386gnu.mh (MIG): Remove. * configure: Regenerated.
2000-02-262000-02-26 Mark Kettenis <kettenis@gnu.org>Mark Kettenis4-319/+353
Make cross-compilation for the Hurd more friendly. From Jeff Bailey <jbailey@gnu.org>: * configure.in: Use AC_CHECK_TOOL to find MiG. * Makefile.in (MIG): New variable. * config/i386/i386gnu.mh (MIG): Remove. * configure: Regenerated.
2000-02-26Changes to skip_prologue for PPC architecture.Kevin Buettner2-11/+40
2000-02-26Add comment explaining ppc_linux_memory_remove_breakpoint ().Kevin Buettner1-2/+124
2000-02-26Jim Blandy has always been the trace stuff maintainer. Extend ChrisAndrew Cagney2-1/+9
Faylor's reponsibilities to cover most Windows platforms.
2000-02-26Catch some more cases where we can represent a 16 bit immediate operand asAlan Modra2-15/+82
8 bit sign extended.
2000-02-26 * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.Ian Lance Taylor3-18/+9
(ALL_64_EMULATIONS): Remove eelf64hppa.o. (eelf64hppa.c, ehppaelf.c): Remove targets. * Makefile.in: Rebuild.
2000-02-26rebuildIan Lance Taylor1-1/+1
2000-02-26 * doc/c-mips.texi (MIPS Opts): Fix typo in last patch.Jeff Law2-1/+5
2000-02-26 * som.c (SOM_HOWTO): Define.Jeff Law2-0/+8
(som_hppa_howto_table): Use it.
2000-02-262000-02-25 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+2
* configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2000-02-262000-02-25 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+6
* gas/i386/general.l: Support a.out and coff.
2000-02-262000-02-25 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+5
* configure.in (AC_SEARCH_LIBS): Pass lm, not -lm.
2000-02-25* configure.tgt (targ_extra_ofiles): Enable elf64_sparc onAlexandre Oliva2-1/+5
GNU/Linux/sparc, but keep the default as 32.
2000-02-25* config.bfd: Enable 64 bit support for GNU/Linux/sparc.Alexandre Oliva2-1/+3
2000-02-25* configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And makeAlexandre Oliva2-0/+18
it default if sparcv9 or sparc64.
2000-02-25* config.bfd: Enable 64 bit support for Solaris7+/sparc.Alexandre Oliva2-1/+11
2000-02-252000-02-25 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser3-0/+27
From: Thomas Zenker <thz@Lennartz-electronic.DE> * rdi-share/hsys.c: to compile under 4.4BSD derived systems (FreeBSD, NetBSD...) sys_errlist should not be declared in hsys.c. NEED_SYSERRLIST is set already by configure, so we can use it. * rdi-share/unixcomm.c: 4.4BSD derived systems define BSD, but are posix compliant and we should not work with the old compatibility stuff. Because of that I undef BSD in case of FBSD etc and include sys/ioctl to get the flags. * rdi-share/unixcomm.c: If the TIOCEXCL flags exists set serial line for exclusive use.
2000-02-25Fix silly thinko in gas/i386/intel.s Mention i386.exp in ChangeLogAlan Modra2-4/+5
2000-02-25Extend the i386 gas testsuite to do some tests for intel_syntax. Fix allAlan Modra10-190/+1392
the errors exposed by this addition. These were intel mode "fi... word ptr", "fi... dword ptr", "jmp Imm seg, Imm offset", "out dx,al". The failure with intel "out dx,al" was also present in att "out al,dx". Extend testsuite to catch this case too.
2000-02-24Add functions to modify/examine the signed_overflow_ok_p field in cpu_desc.Nick Clifton2-1/+31
2000-02-24Rename 'flags' to 'signed_overflow_ok_p'Nick Clifton2-9/+8
2000-02-24Shared library, function calling fixes for GNU/Linux PPC port.Kevin Buettner4-4/+59
2000-02-242000-02-24 Andrew Haley <aph@cygnus.com>Andrew Haley2-1/+27
* cgen.h (CGEN_INSN_MACH_HAS_P): New macro. (CGEN_CPU_TABLE): flags: new field. Add prototypes for new functions.
2000-02-24fix typo in previous deltaNick Clifton1-1/+1
2000-02-24Windows CE support.Christopher Faylor3-0/+2618
2000-02-24Add support for an OS of "wince"Nick Clifton2-0/+7
2000-02-24Add support for WinCE targeted toolchains.Nick Clifton15-10/+405
2000-02-24Add support for WinCE targeted toolchains.Nick Clifton5-5/+47
2000-02-24Add support for WinCE based toolchains.Nick Clifton13-11/+255
2000-02-242000-02-23 Andrew Haley <aph@cygnus.com>Andrew Haley7-24/+54
* m32r-asm.c, m32r-desc.c, m32r-desc.h, m32r-dis.c, m32r-ibld.c,m32r-opc.h: Rebuild.
2000-02-24Yet more .intel_syntax fixes.Alan Modra2-12/+52
2000-02-24 * som.c (som_misc_symbol_info): Add fieldCatherine Moore2-1/+27
secondary_def. (som_bfd_derive_misc_symbol_info): Initialize secondary_def. (som_build_and_write_symbol_table): Keep track of secondary_def field. (som_slurp_symbol_table): Set BSF_WEAK symbol flag if secondary_def field is set. (som_bfd_ar_write_symbol_stuff): Initialize secondary_def.
2000-02-24 * config/obj-som.c (obj_pseudo_table): Add "weak".Catherine Moore2-2/+39
(obj_som_weak): New routine.
2000-02-24Forgot Changelog for last i386.h change.Alan Modra1-0/+4
2000-02-24Correct intel_syntax fsub* and fdiv* handling. Oh, how I'd like to be ridAlan Modra3-23/+37
of UNIXWARE_COMPAT.
2000-02-24Include "gdb_wait.h" instead of <wait.h>.Andrew Cagney2-1/+5
2000-02-24config/tc-i386.c (struct _i386_insn): Combine disps, imms, regs intoAlan Modra3-156/+110
a union. Use throughout file. Delete TC_RELOC macro.