summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * cgen-engine.h (EXTRACT_LSB0_{INT,UINT}): Fix.Doug Evans1999-01-281-0/+2
|
* * sim-profile.h: Make like sim-trace.h.Doug Evans1999-01-281-0/+15
| | | | | | | | | | | | | | (PROFILE_USEFUL_MASK): New macro. * sim-profile.c (profile_options): Make like trace_options, allow optional on|off arg where applicable. (set_profile_option_mask): New function. (sim_profile_set_option): New function. (profile_option_handler): Simplify. Have -p only enable selected things, not everything. Add missing break to OPTION_PROFILE_PC_RANGE. * cgen-scache.c (scache_options): Allow optional on|off arg to --profile-scache. (scache_option_handler): Use sim_profile_set_option.
* * coff-arm.c (_bfd_coff_arm_set_private_flags): Changed F_PIC to F_PIC_INT.Stan Cox1999-01-271-0/+7
| | | | | * coffcode.h (coff_set_arch_mach_hook): Removed F_ARM_2a and F_ARM_3M labels. Changed F_PIC to F_PIC_INT.
* Wed Jan 27 16:50:25 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1999-01-272-1244/+1314
| | | | * hp-psymtab-read.c: reformatted using indent.
* Wed Jan 27 13:20:25 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1999-01-272-244/+194
| | | | * hp-psymtab-read.c: reformatted comments, updated copyright.
* Add preliminary DWARF2 dumpping capability to readelf.Nick Clifton1999-01-273-150/+1403
|
* Add typedefs for structures found in dwarf2 debug sectionsNick Clifton1999-01-272-0/+627
|
* Fix bug in handling R_FR20 relocations.Nick Clifton1999-01-272-12/+19
|
* * mips-tdep.c (mips_gdbarch_init): Trace e_flags from BFDAndrew Cagney1999-01-271-0/+7
| | | | elf_info.
* 1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-01-272-868/+1058
| | | | | | | | | | * simops.c (OP_5605): Sign extend MIN32 and MAX32 before saturation comparison. (OP_5607): Ditto. (OP_2A00): Ditto. (OP_2800): Ditto. PRs 18435 18436 18437 18439.
* 1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-01-271-0/+5
| | | | | | | | | | * tui.h: Include stdarg.h instead of varargs.h if we're on an ISO Cish system. Without this you'll get a build failure in gdbtk.c because it includes stdarg.h but tui.h includes varargs.h; gdbtk.c tries to use va_start and things die.
* * v850-tdep.c (v850_generic_reg_names, v850e_reg_names,Mark Alexander1999-01-273-15/+322
| | | | | | | | | | | | | | | | | | v850_register_names, v850_processor_type_table): Declare tables and structures for handling differences in register names for v850 and v850e. (struct reg_list): Define new structure for creating tables of register bit masks in v850e instrutions. (handle_prepare, handle_pushm): New helpers for v850_scan_prologue. (v850_scan_prologue): Recognize v850e instructions: callt, prepare, and pushm. (v850_target_architecture_hook): New function to set register names based on current machine. (_initialize_v850_tdep): Set up target_architecture_hook. * config/v850/tm-v850.h (v850_register_names): Declare. (REGISTER_NAME): Define to refer to v850_register_names. (SR0_REGNUM, CTBP_REGNUM): Define. (PS_REGNUM): Redefine in terms of SR0_REGNUM.
* Tue Jan 26 18:27:26 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1999-01-262-10/+55
| | | | | | | | * Makefile.in (c-exp.tab.c): use BISON instead of YACC, to pick the correct value from configure output. (jv-exp.tab.c): ditto. (f-exp.tab.c): ditto. (m2-exp.tab.c): ditto.
* 1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-01-261-0/+7
| | | | | | | | | | | | * breakpoint.h (ep_is_exception_catchpoint): Add prototype. * frame.h (select_and_print_frame): Add prototype. * stack.c (func_command): Call select_and_print_frame with correct number of arguments. Reformat whitespace. As far as I can tell, the func command (only enabled in --dbx mode) doesn't actually work right now, even with this rather glaring fix. I'm not going to spend time on it; dbx mode looks pretty seriously broken after a five second glance.
* Tue Jan 26 16:53:54 1999 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser1999-01-262-7/+16
| | | | | | * remote.c (remote_query): fix maximum packet size to account for remote_debug use. (putpkt): add comment to alert about extra byte need.
* * Patch for PR 18607.Frank Ch. Eigler1999-01-262-12/+47
| | | | | | 1999-01-26 Frank Ch. Eigler <fche@cygnus.com> * binary.c (binary_set_section_contents): Emit warning for huge file offsets due to widely-dispersed section LMAs.
* am33 sanitize changesJeff Law1999-01-267-59/+43
|
* am33 sanitization changesJeff Law1999-01-264-41/+23
|
* am33 sanitization changes.Jeff Law1999-01-268-158/+81
|
* am33 sanitization changes.Jeff Law1999-01-262-37/+15
|
* am33 sanitization changesJeff Law1999-01-261-29/+1
|
* am33 is now kept with --keep-cygnus.Jeff Law1999-01-262-54/+30
|
* am33 is now kept with --keep-cygnus.Jeff Law1999-01-261-11/+11
|
* * Update copyright year.Frank Ch. Eigler1999-01-261-1/+1
|
* * Implement --memory-fill and fix --memory-clear options,Frank Ch. Eigler1999-01-262-26/+115
| | | | | | | | | | for internal PR 18869 and 18870. 1999-01-26 Frank Ch. Eigler <fche@cygnus.com> * sim-memopt.c (memory_options): Add MEMORY_FILL option. (memory_option_handler): Implement MEMORY_FILL option. Make MEMORY_CLEAR an alias for MEMORY_FILL=0. (parse_ulong_value): New function. (do_memopt_add): Allocate all buffers. Optionally fill them.
* * sh-tdep.c (sh_target_architecture_hook): Return immediatelyMark Alexander1999-01-262-0/+12
| | | | when a matching machine is found.
* Initial implementation of fixes for MPC860 version C0 & earlier.James Lemke1999-01-221-5/+28
|
* Fix for PR 18873:Mark Alexander1999-01-221-1/+4
| | | | | | * remote-mips.c (mips_initialize): Fix parameters to clear_breakpoint. (common_breakpoint): Restore support for instruction breakpoints on non-LSI targets.
* Fix typos.Andrew Cagney1999-01-221-0/+5
|
* From J.T. Conklin <jtc@redbacknetworks.com>:Stan Shebs1999-01-222-1/+7
| | | | | | | * top.c (init_main): Fix tipo in description of the remotetimeout variable. * breakpoint.c (bpstat_stop_status): Handle systems where DECR_PC_AFTER_BREAK != DECR_PC_AFTER_HW_BREAK.
* * procfs.c (init_procfs_ops): New function, fills in procfs_ops,Stan Shebs1999-01-222-25/+31
| | | | | | init only nonzero fields, leave to_require_attach and to_require_detach empty, not needed for /proc systems yet. (_initialize_procfs): Call init_procfs_ops.
* * mon960-rom.c (_initialize_mon960): Call init_mon960_cmdsMark Alexander1999-01-222-2/+14
| | | | to fill in mon960_cmds structure properly.
* * remote-sds.c (sds_ops): Define only once.Stan Shebs1999-01-211-72/+37
| | | | | (init_sds_ops, sds_command, _initialize_remote_sds): Declare. (init_sds_ops): Init only non-zero fields.
* * gdb.texinfo: Make many HPPA conditionals unconditional,Stan Shebs1999-01-213-358/+110
| | | | | | including catchpoint description, since now on for all configs. * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific specializations.
* Changes for PR 8996:Mark Alexander1999-01-203-0/+55
| | | | | | | | | | | * h8300-tdep.c (original_register_names, h8300h_register_names, h8300_register_names): Define new variables. (set_register_names): New function to set register names based on current CPU type. (h8300_command, h8300h_command, h8300s_command): Call set_register_names. * config/h8300/tm-h8300.h (h8300_register_names): Declare. (REGISTER_NAME): Define to refer to h8300_register_names.
* remove fr30 sanitizationDoug Evans1999-01-201-28/+0
|
* new dir cross-build needs to be kept.Felix Lee1999-01-201-0/+1
|
* new file, shlib-call.exp, should be kept.Felix Lee1999-01-201-0/+1
|
* sanitization fix: add directory bspFelix Lee1999-01-201-1/+1
|
* Shame on Jimbo.Jason Molenda1999-01-191-1/+2
|
* 1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser1999-01-1930-46/+107
| | | | | | | | | | | * sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c v850ice.c win32-nat.c: cosmetic changes to conform to coding standards.
* fix copyright years (forgot to add 1999).David Taylor1999-01-193-3/+3
|
* Use aclocal to generate GDB's aclocal.m4 script.Jim Blandy1999-01-193-243/+1361
| | | | | | | | | | | * acinclude.m4: New file, containing the hand-written local macro definitions that used to be in aclocal.m4. Don't sinclude ../bfd/aclocal.m4 any more; running aclocal in this directory will get us the definitions we need. HOWEVER: Do sinclude ../bfd/acinclude.m4, because we need the definition of BFD_NEED_DECLARATION. * aclocal.m4: Regenerated by aclocal. * configure: Regenerated by autoconf.
* *** empty log message ***Jim Blandy1999-01-191-1/+0
|
* *** empty log message ***Jim Blandy1999-01-191-0/+13
|
* disable_breakpoints_in_shlibs now takes a new parameter -- silent; callersDavid Taylor1999-01-197-13/+33
| | | | | updated. new callers -- clear_solib (irix5-nat.c, osfsolib.c, solib.c). PR 16495 / PR 18213.
* Display ARM syntax for PC relative offsets, as well as symbolic addresses.Nick Clifton1999-01-191-0/+5
|
* fix comments and some indentation.David Taylor1999-01-192-210/+511
|
* only declare child_post_attach if CHILD_POST_ATTACH is defined.David Taylor1999-01-192-0/+7
|
* More make_cleanups/catch_errors warning fixes.Andrew Cagney1999-01-193-11/+17
|