Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-04 | If the destination of a BLX instruction is aligned on a half word boundary, | Nick Clifton | 1 | -6/+15 | |
set the H bit. | |||||
2000-08-03 | * configure.in (libstdcxx_flags): Don't use `"'. | Alexandre Oliva | 2 | -1/+3 | |
2000-08-03 | Restore reverted code. Fix bug in reverted code which was eliminating too | Nick Clifton | 4 | -196/+335 | |
many segments. | |||||
2000-08-03 | * config-ml.in: Adjust multilib search paths to the | Alexandre Oliva | 2 | -1/+39 | |
appropriate multilib tree. | |||||
2000-08-03 | Stephane Carrez maintainer of 68hc11 target | Stephane Carrez | 2 | -1/+5 | |
2000-08-03 | 2000-08-03 H.J. Lu (hjl@gnu.org) | H.J. Lu | 2 | -3/+22 | |
* ld-bootstrap/bootstrap.exp: Add strip. | |||||
2000-08-03 | Protoization. | Kevin Buettner | 2 | -9/+8 | |
2000-08-03 | Add info about CGEN maintainers | Nick Clifton | 2 | -0/+19 | |
2000-08-03 | 2000-08-03 H.J. Lu <hjl@gnu.org> | H.J. Lu | 4 | -184/+78 | |
* section.c: Back out the change made by Nick Clifton <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic binaries. * bfd-in2.h: Likewise. * elf.c: Likewise. | |||||
2000-08-03 | * elf32-sh.c (sh_elf_reloc_loop): Warning removal. | Alexandre Oliva | 2 | -3/+7 | |
2000-08-03 | Thu Aug 3 15:02:23 2000 Andrew Cagney <cagney@b1.cygnus.com> | Andrew Cagney | 2 | -5/+11 | |
* remote-mips.c (mips_expect, mips_expect_timeout, common_open, fputs_readable): Make string pointer arguments constant. | |||||
2000-08-03 | Minor tweeks. | Andrew Cagney | 3 | -3/+15 | |
2000-08-03 | List things for 5.1. | Andrew Cagney | 2 | -108/+214 | |
2000-08-03 | Protoization. | Kevin Buettner | 2 | -4/+6 | |
2000-08-03 | * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to | Alexandre Oliva | 2 | -3/+8 | |
commas in $LANGUAGES. | |||||
2000-08-03 | Select elf for Unixware 7 (ix86-*-sysv5*) | Alan Modra | 2 | -1/+6 | |
2000-08-03 | * gdb.hp/gdb.aCC/namespace.exp: Remove. Moved to gdb.c++. | Jimmy Guo | 2 | -296/+0 | |
* gdb.hp/gdb.aCC/namespace.cc: Remove. Moved to gdb.c++. | |||||
2000-08-02 | * gdbarch.sh: Add print_p field for CALL_DUMMY_BREAKPINT_OFFSET | Jimmy Guo | 3 | -4/+12 | |
to be printed only if CALL_DUMMY_BREAKPOINT_OFFSET_P. * gdbarch.c: Regenerated. | |||||
2000-08-02 | * gdb.base/sizeof.c: include <stdio.h>. | Jimmy Guo | 2 | -0/+10 | |
2000-08-02 | * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to | Jimmy Guo | 1 | -1/+1 | |
'finish', otherwise uncaptured gdb_prompt would potentially throw remaining test points out of sync. | |||||
2000-08-02 | Fix memory leaks for IA-64 opcode idescs. | Jim Wilson | 4 | -0/+14 | |
gas/ * config/tc-ia64.c (emit_one_bundle): Call ia64_free_opcode before ia64_find_opcode. (md_assemble): Likewise. opcodes/ * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end. | |||||
2000-08-02 | 2000-08-01 Alexandre Oliva <aoliva@redhat.com> | DJ Delorie | 2 | -10/+61 | |
* configure.in (qCXX_FOR_TARGET): Use echo instead of expr. 2000-07-31 Alexandre Oliva <aoliva@redhat.com> * configure.in (qCXX_FOR_TARGET): Quote `&' characters in CXX_FOR_TARGET for sed. 2000-07-30 Alexandre Oliva <aoliva@redhat.com> * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET): Do not override if already set in the environment or in configure. Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them. (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses. | |||||
2000-08-02 | 2000-08-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2 | -3/+7 | |
* remote-vx.c (vx_add_symbols): Fix typos. | |||||
2000-08-02 | Thu Jul 27 17:38:35 2000 Andrew Cagney <cagney@b1.cygnus.com> | Andrew Cagney | 8 | -57/+115 | |
* configure.in (targetfile): Ignore TM_FILE, don't just issue warning. (tm_h, xm_h, nm_h, GDB_TM_FILE, GDB_XM_FILE, GDB_NM_FILE): Define. * acconfig.h (GDB_XM_FILE, GDB_TM_FILE, GDB_NM_FILE): Add. * config/nm-empty.h: Delete. * defs.h (xm.h, nm.h, tm.h): Only include when GDB_XM_FILE, GDB_NM_FILE or GDB_TM_FILE defined. * Makefile.in (defs_h): Replace tm.h, xm.h and nm.h with tm_h, xm_h and nm_h macro that are defined by configure. (tm_h, xm_h, tm_h): New. * configure, config.in: Regenerate * TODO: Update. | |||||
2000-08-02 | Multi-arch REGISTER_SIM_REGNO. Update d10v. | Andrew Cagney | 9 | -20/+86 | |
2000-08-02 | Use add_set_auto_boolean_cmd() to implement ``set remote ?-packet'' | Andrew Cagney | 3 | -54/+26 | |
command. | |||||
2000-08-02 | Update function signatures to match target vector. | Andrew Cagney | 3 | -4/+11 | |
2000-08-02 | Updates. | Andrew Cagney | 2 | -0/+23 | |
2000-08-02 | Undo some formatting fixes | Nick Clifton | 2 | -412/+404 | |
2000-08-02 | * resrc.c: use "gcc -xc" instead of -xc-header | DJ Delorie | 2 | -1/+5 | |
2000-08-01 | Fix skip of 'cpsr_all' flag | Nick Clifton | 2 | -1/+5 | |
2000-08-01 | 2000-08-01 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 5 | -1826/+1968 | |
* config/obj-som.c: Fix formatting. * config/obj-ieee.c: Likewise. * config/tc-arm.c: Likewise. * config/tc-v850.c: Likewise. | |||||
2000-08-01 | (@cindex @samp{--pcrel}): Rewrite option description. | Nick Clifton | 2 | -30/+74 | |
2000-08-01 | 2000-08-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 6 | -12/+66 | |
* gdbarch.sh: Multiarch DO_REGISTERS_INFO macro. * gdbarch.h, gdbarch.c: Regenerate. * infcmd.c (do_registers_info): Make not static and unconditionalize. * inferior.h (do_registers_info): Export. | |||||
2000-08-01 | 2000-08-01 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2 | -0/+5 | |
* MAINTAINERS: Add myself to "Write After Approval" list. | |||||
2000-08-01 | Update list of target maintainers. | Andrew Cagney | 2 | -15/+81 | |
Elena gets SH Nick gets to share PPC. | |||||
2000-08-01 | Copy comments from gdbarch.sh to gdbarch.h. Fix a number of K&R params. | Andrew Cagney | 3 | -59/+115 | |
2000-08-01 | * top.c (get_prompt_1), tracepoint.c (replace_comma): Update | Andrew Cagney | 3 | -4/+15 | |
function signatures so that they match catch_errors and make_cleanup callbacks. * tracepoint.c (encode_actions): Fix arguments passed to stringify_collection_list. | |||||
2000-08-01 | 2000-07-31 Jason Eckhardt <jle@cygnus.com> | Jason Eckhardt | 6 | -0/+108 | |
* doc/c-i860.texi: New file. * doc/Makefile.am (CPU_DOCS): Add c-i860.texi. * doc/Makefile.in: Regenerate. * doc/all.texi: Add I860 as relevant architecture. * doc/as.texinfo: Include i860 dependent file c-i860.texi. | |||||
2000-08-01 | 2000-07-31 Jason Eckhardt <jle@cygnus.com> | Jason Eckhardt | 4 | -0/+138 | |
* reloc.c (BFD_RELOC_860_*): New bfd relocs for i860. * bfd-in2.h, libbfd.h: Regenerate. | |||||
2000-07-31 | Fix formatting. | Nick Clifton | 2 | -368/+400 | |
2000-07-31 | Add --pcrel option to m68k port | Nick Clifton | 10 | -760/+832 | |
2000-07-31 | Make GNU/Linux/PPC work again. | Kevin Buettner | 22 | -107/+287 | |
2000-07-31 | Minor formatting fixes | Nick Clifton | 8 | -158/+145 | |
2000-07-31 | Minor formatting fixes. | Nick Clifton | 8 | -248/+259 | |
2000-07-31 | Improve section to segment mapping code. | Nick Clifton | 4 | -70/+206 | |
2000-07-31 | 2000-07-31 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 3 | -4/+11 | |
* sh-tdep.c (sh_push_arguments): Make header match prototype. * remote-e7000.c (e7000_start_remote): Use void *, not char * as parameter to avoid compiler warning. (fetch_regs_from_dump): Call get_hex() with the correct number of parameters. | |||||
2000-07-31 | * config/djgpp/fnchange.lst: Add file mappings as per last weekly | Eli Zaretskii | 2 | -0/+207 | |
snapshot. | |||||
2000-07-30 | Protoization. | Kevin Buettner | 284 | -13265/+5720 | |
2000-07-29 | Fix formatting | Nick Clifton | 2 | -73/+90 | |
Add copyright notice |