aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1998-02-12 * getopt.h: Update to latest FSF version.Ian Lance Taylor1-0/+4
1998-02-12 * symcat.h: New file.Doug Evans1-0/+24
1997-12-02Add new disassmebler function prototype: disasm_symaddr()Nick Clifton1-0/+4
Add new compile time flag: COFFARM
1997-12-01bfd:Joern Rennecke1-0/+8
* coff-sh.c (sh_coff_howtos): Add R_SH_SWITCH8 entry. (get_symbol_value): Handle R_SH_SWITCH8. (sh_relax_delete_bytes): Likewise. include: * coff/sh.h (R_SH_SWITCH8): New. gas: * config/tc-sh.c (SWITCH_TABLE_CONS): Handle (fix)->fx_size == 1. (SWITCH_TABLE): Handle BFD_RELOC_8. (md_apply_fix): #ifndef BFD_ASSEMBLER code: Handle fixP->fx_size == 1. (coff_reloc_map): Add BFD_RELOC_8_PCREL entry. (sh_coff_reloc_mangle): SWITCH_TABLE case: Handle BFD_RELOC_8. PR 14155
1997-11-26Use names for all prototype argumentsMichael Meissner1-0/+5
1997-11-26 * callback.h (CB_SYSCALL): Change byte count arguments toDoug Evans1-0/+6
{read,write}_mem to `int'. New member `magic'. (CB_SYSCALL_MAGIC,CB_SYSCALL_INIT): New macros.
1997-11-25 * callback.h (struct stat): Move forward decl up.Doug Evans1-0/+13
(host_callback): Pass stat struct pointer to stat,fstat. (CB_SYS_nnn): Reorganize. (CB_SYSCALL): New members p1,p2. (cb_host_to_target_stat): Delete fourth arg.
1997-11-20move include entries from ../ChangeLogIan Lance Taylor1-0/+7
1997-11-17 * callback.h (CB_TARGET_DEFS_MAP): Renamed from target_defs_map.Doug Evans1-2/+24
(host_callback): Add stat, fstat, syscall_map, errno_map, open_map, signal_map, stat_map. (errn_map,open_map): Renamed to cb_init_foo_map. (cb_host_to_target_errno,cb_target_to_host_open): Renamed from host_to_target_errno,target_to_host_open. (cb_read_target_syscall_maps): Add prototype. (cb_target_to_host_syscall): Likewise. (cb_host_to_target_stat): Likewise. (cb_syscall): Likewise. (CB_SYS_{exit,open,close,read,write,lseek,unlink,getpid,kill,fstat, argvlen,argv,chdir,stat,chmod,utime,time}): Define. (CB_SYSCALL): New type. (CB_RC): New enum.
1997-10-14remote-sim.h: Clarify sim_read, sim_write MEM argument.Andrew Cagney1-0/+15
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-2/+5
Add file sim-hload.c - generic load for hardware only simulators. Review each simulators sim_open, sim_load, sim_create_inferior so that they more closely match required behavour.
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1-2/+3
that image properties such as endianness can be checked. More strongly document the expected behavour of each of the sim_* interfaces. Add default endian argument to simulator config macro SIM_AC_OPTION_ENDIAN. Use in sim_config.
1997-08-14 * callback.h (cb_printf, cb_eprintf): Declare.David Edelsohn1-25/+12
1997-07-22 * libiberty.h (PEXECUTE_*): Define.Ian Lance Taylor1-0/+5
(pexecute, pwait): Declare.
1997-06-06sim_kill() isn't used.Andrew Cagney1-0/+8
1997-05-22Restrict simulator commands to an enabled simulator.Andrew Cagney1-0/+5
1997-05-21Watchpoint interface.Andrew Cagney1-0/+7
1997-05-20Depreciate sim_set_callbacks() function. Set simulator callbacksAndrew Cagney1-0/+4
during sim_open().
1997-05-19Graft sim/common event and other code onto the mips simulator.Andrew Cagney1-0/+4
1997-05-15 * obstack.h (obstack_specify_allocation_with_arg, obstack_chunkfun,Mark Alexander1-0/+5
obstack_freefun): Eliminate compile warnings in gdb.
1997-05-14Added support for storing ARM Procedure Calling Standard variant, and ARMNick Clifton1-0/+14
architecture variant in the BFD and COFF structures. This goes towards fixing PRs 11709 and 11326 and will integrate with future updates to LD and GCC.
1997-04-18Ref gdb/11763 - can't stop a running simulator:Andrew Cagney1-0/+14
o Provide poll_quit callback to simulators so that they can poll for SIGINT on clueless OS's. o Add sim_stop to simulators so that clients can request a halt (eg gdbtk's STOP button) Works for PPC! o Re-arange remote-sim.c so that the hard work is moved from gdbsim_resume() to gdbsim_wait() (where it should be).
1997-04-17 * remote-sim.h (struct _bfd): Declare.David Edelsohn1-0/+6
(sim_load): Return SIM_RC. New arg `abfd'. (sim_create_inferior): Return SIM_RC. Delete arg `start_address'.
1997-04-17Cleanups to compile under FreeBSDAndrew Cagney1-0/+10
1997-04-02 * COPYING: Update FSF address.Ian Lance Taylor1-0/+12
1997-03-28Fri Mar 28 15:44:41 1997 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor1-2/+8
* libiberty.h (basename): Add prototype for glibc and linux.
1997-03-17* remote-sim.h: New file, copied in from gdb/remote-sim.h. OneAndrew Cagney1-0/+5
day this will be placed in a directory of its own.
1997-03-16 * obstack.h: Update to current FSF version.Ian Lance Taylor1-0/+27
1997-02-20Since d10v is public now, remove all sanitization statementsMichael Meissner1-3/+20
1996-11-18 * libiberty.h: Checkin again; last checkin failed due to sticky tag.Dawn Perchik1-0/+14
1996-10-31 * ansidecl.h (VPARAMS,VA_START): Define.David Edelsohn1-0/+14
1996-10-17 * dis-asm.h (print_insn_m32r): Declare.David Edelsohn1-0/+6
1996-10-15 * libiberty.h: Declare parameter types for xmalloc and xrealloc.Ian Lance Taylor1-0/+4
1996-10-03 * fnmatch.h: New file.Ian Lance Taylor1-0/+4
1996-10-03Grrr. The mn10200 and mn10300 are _not_ similar enough to easily supportJeff Law1-0/+5
with a single generic configuration. So break them up into two different configurations. See the individual ChangeLogs for additional detail.
1996-10-03 * dis-asm.h (print_insn_mn10x00): Declare.Jeff Law1-0/+4
Getting started on Matsushita.
1996-10-01 * libiberty.h: Remove #ifndef PRIVATE_XMALLOC.Fred Fish1-0/+15
1996-08-13 * ansidecl.h: Change WIN32 to _WIN32.Stu Grossman1-0/+11
1996-07-26 * libiberty.h (PRIVATE_XMALLOC): Enclose xmalloc/xreallocFred Fish1-0/+10
definitions inside #ifndef so that programs that want to can define PRIVATE_XMALLOC and then define xmalloc and xrealloc anyway they want. (basename): Document in source that we can't declare the parameter type because it is declared inconsistently across different systems.
1996-07-22Mon Jul 22 13:16:13 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor1-2/+7
* dis-asm.h (print_insn_alpha): Don't declare. (print_insn_alpha_osf, print_insn_alpha_vms): Declare.
1996-07-18start-sanitize-d10vMartin Hunt1-0/+6
Wed Jul 17 14:45:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * dis-asm.h: (print_insn_d10v): Declare. end-sanitize-d10v
1996-07-15 * dis-asm.h: Get rid of decls for print_insn_i8086,Stu Grossman1-0/+8
print_insn_sparc64 and print_insn_sparclite. * (INIT_DISASSEMBLE_INFO): Split into two pieces. One, INIT_DISASSEMBLE_INFO_NO_ARCH inits everything except for endian, mach, and arch.
1996-07-12 * dis-asm.h (print_insn_i8086): Declare.Stu Grossman1-0/+4
1996-07-05No longer need to sanitize away h8s stuff.Jeff Law1-0/+8
1996-06-18Tue Jun 18 15:11:33 1996 Klaus Kaempf <kkaempf@progis.de>Ian Lance Taylor1-0/+36
* fopen-vms.h: New file.
1996-01-23 * dis-asm.h (INIT_DISASSEMBLE_INFO): Set endian to BFD_ENDIAN_UNKNOWN.David Edelsohn1-0/+4
1996-01-23 * dis-asm.h (disassemble_info): New members arch, mach, endian.David Edelsohn1-0/+6
(INIT_DISASSEMBLE_INFO): Initialize them. (DISASM_RAW_INSN{,FLAG}): Define.
1996-01-18 * demangle.h (cplus_demangle_opname): Change opname parameter toIan Lance Taylor1-0/+7
const char *. (cplus_mangle_opname): Change return type and opname parameter to const char *.
1996-01-05 * ieee.h (enum ieee_record): Add ieee_asn_record_enum,Ian Lance Taylor1-0/+6
ieee_at_record_enum, ieee_ty_record_enum, ieee_atn_record_enum, ieee_bb_record_enum, and ieee_be_record_enum.
1996-01-03 * obstack.h: Update copyright to 1996.Fred Fish1-0/+10
(_obstack_memory_used): Declare. (obstack_memory_used): Define macro.