aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-11Fixes for building on 64-bit hosts:Nick Clifton28-135/+247
* config/tc-avr.c (mod_index): New union to allow conversion between pointers and integers. (md_begin, avr_ldi_expression): Use it. * config/tc-i370.c (md_assemble): Add cast for argument to print statement. * config/tc-tic54x.c (subsym_substitute): Likewise. * config/tc-mn10200.c (md_assemble): Use a union to convert the opindex field of fr_cgen structure into a pointer so that it can be stored in a frag. * config/tc-mn10300.c (md_assemble): Likewise. * config/tc-frv.c (frv_debug_tomcat): Use %p to print pointer types. * config/tc-v850.c: Replace uses of (int) casts with correct types. * gas/tic54x/address.d: Work with 64bit hosts. * gas/tic54x/addrfar.d: Likewise. * gas/tic54x/align.d: Likewise. * gas/tic54x/all-opcodes.d: Likewise. * gas/tic54x/asg.d: Likewise. * gas/tic54x/cons.d: Likewise. * gas/tic54x/consfar.d: Likewise. * gas/tic54x/extaddr.d: Likewise. * gas/tic54x/field.d: Likewise. * gas/tic54x/labels.d: Likewise. * gas/tic54x/loop.d: Likewise. * gas/tic54x/lp.d: Likewise. * gas/tic54x/macro.d: Likewise. * gas/tic54x/math.d: Likewise. * gas/tic54x/opcodes.d: Likewise. * gas/tic54x/sections.d: Likewise. * gas/tic54x/set.d: Likewise. * gas/tic54x/struct.d: Likewise. * gas/tic54x/subsym.d: Likewise.
2006-01-11*** empty log message ***gdbadmin1-1/+1
2006-01-10* corefile.c (read_memory_integer, read_memory_unsigned_integer)Mark Kettenis2-7/+13
(read_memory_typed_address, write_memory) (write_memory_unsigned_integer, write_memory_signed_integer): Use gdb_byte where appropriate.
2006-01-10daily updateAlan Modra1-1/+1
2006-01-10* mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus intoMark Kettenis2-1/+4
'gdb_byte *'.
2006-01-10* target.h (target_read_memory_partial, target_write_memory_partial):Mark Kettenis3-10/+21
Change second argument to 'gdb_byte *'. * target.c (target_xfer_memory_partial): Change third argument to 'gdb_byte *'. (target_read_memory_partial, target_write_memory_partial): Change second argument to 'gdb_byte *'.
2006-01-10 * objcopy.c (copy_object): Fix thinko.Alan Modra2-8/+7
2006-01-10* linespec.c (decode_objc): Make i1 and i2 unsigned.Mark Kettenis2-2/+8
(find_method): Set values.sals to NULL.
2006-01-10 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.Alan Modra2-2/+12
2006-01-10Now saved ChangeLog for previous entry.Hans-Peter Nilsson1-1/+2
2006-01-10 * sim/cris/asm/x1-v10.ms, sim/cris/asm/x3-v10.ms,Hans-Peter Nilsson4-4/+15
sim/cris/asm/x7-v10.ms: Update expected cycle output.
2006-01-10Update Copyright yearsHans-Peter Nilsson1-1/+1
2006-01-10 * cris/cris-tmpl.c (MY (f_model_insn_before)): Only display basicHans-Peter Nilsson2-18/+15
cycle count for the current insn.
2006-01-10*** empty log message ***gdbadmin1-1/+1
2006-01-09 * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define.Bob Wilson2-0/+7
2006-01-09daily updateAlan Modra1-1/+1
2006-01-09Define EM_ALTERA_NIOS2 and EM_NIOS32.Nick Clifton4-3/+20
2006-01-09gas/H.J. Lu12-1/+127
2006-01-09 H.J. Lu <hongjiu.lu@intel.com> PR gas/2117 * symbols.c (snapshot_symbol): Don't change a defined symbol. gas/testsuite/ 2006-01-09 H.J. Lu <hongjiu.lu@intel.com> PR gas/2117 * gas/ia64/ia64.exp: Add ltoff22x-2, ltoff22x-3, ltoff22x-4 and ltoff22x-5. * gas/ia64/ltoff22x-2.d: New file. * gas/ia64/ltoff22x-2.s: Likewise. * gas/ia64/ltoff22x-3.d: Likewise. * gas/ia64/ltoff22x-3.s: Likewise. * gas/ia64/ltoff22x-4.d: Likewise. * gas/ia64/ltoff22x-4.s: Likewise. * gas/ia64/ltoff22x-5.d: Likewise. * gas/ia64/ltoff22x-5.s: Likewise.
2006-01-09Update date in copyright noticeNick Clifton1-1/+1
2006-01-09Add comma after HIGH3ADJNick Clifton2-1/+5
2006-01-09*** empty log message ***gdbadmin1-1/+1
2006-01-08* amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' insteadMark Kettenis2-1/+6
of 'char *' in cast.
2006-01-08daily updateAlan Modra1-1/+1
2006-01-08* ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.Paul N. Hilfinger5-50/+56
* ada-tasks.c, ada-lang.c: I18n markup. Editorial: change "can not" => "cannot" throughout.
2006-01-08*** empty log message ***gdbadmin1-1/+1
2006-01-07daily updateAlan Modra1-1/+1
2006-01-07* Makefile.in: Sort dependencies.Mark Kettenis2-1/+5
2006-01-07 * top.c (control_level): Remove unused variable.Eli Zaretskii2-3/+4
2006-01-07*** empty log message ***gdbadmin1-1/+1
2006-01-06* m32c.cpu (mov.w:q): Fix mode.DJ Delorie2-2/+7
(push32.b.imm): Likewise, for the comment.
2006-01-06* m32c-desc.c: Regenerate.DJ Delorie4-117/+123
* m32c-opc.c: Regenerate. * m32c-opc.h: Regenerate.
2006-01-06daily updateAlan Modra1-1/+1
2006-01-06Reviewed and approved by Jim BlandyFred Fish2-2/+25
2006-01-06 Fred Fish <fnf@specifix.com> * objfiles.c (source.h): Include. (free_objfile): Update comment about clear_symtab_users(). (free_objfile): Check all symtabs of objfile being freed and if one of them is the current source symtab, call clear_current_source_symtab_and_line().
2006-01-06*** empty log message ***gdbadmin1-1/+1
2006-01-05daily updateAlan Modra1-1/+1
2006-01-05* Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): RemoveAlexandre Oliva3-67/+73
@ from continuation. * Makefile.in: Rebuilt.
2006-01-05*** empty log message ***gdbadmin1-1/+1
2006-01-04daily updateAlan Modra1-1/+1
2006-01-042006-01-04 Michael Snyder <msnyder@redhat.com>Michael Snyder20-50/+901
Checkpoint/Restart for Linux. * linux-nat.c: Add support for debugging multiple forks. Add #include for linux-fork.h (interface spec). (super_mourn_inferior): New function pointer. (child_mourn_inferior): New function / target method. (linux_target): Claim to_mourn_inferior method pointer. (child_follow_fork): Call interface to linux-fork, conditionally add new fork processes to list of debugged processes. (kill_inferior): Use interface to linux-fork to kill multiple processes. * linux-fork.h: New file. * linux-fork.c: New file. Support for debugging multiple forks of the same program. Support for checkpoint and restart commands. * infrun.c (nullify_last_target_wait_ptid): New function. * Makefile.in: Add linux-fork. * config/*/linux.mh: Add linux-fork. * NEWS: Mention new functionality.
2006-01-042006-01-04 Michael Snyder <msnyder@redhat.com>Michael Snyder3-0/+222
* gdb.texinfo: Add documentation for linux-fork. * gdbint.texinfo: Add internal documentation for checkpoints.
2006-01-042006-01-04 Michael Snyder <msnyder@redhat.com>Michael Snyder6-0/+1960
* gdb.base/checkpoint.c: New file. * gdb.base/checkpoint.exp: New file. * gdb.base/multi-fork.c: New file. * gdb.base/multi-fork.exp: New file. * gdb.base/pi.txt: New file (data for checkpoint.c test).
2006-01-04Reviewed and approved by Jim BlandyFred Fish4-2/+46
2006-01-04 Fred Fish <fnf@specifix.com> * gdb.base/ptype.c (foo): Add typedef. (intfoo): Add function. * gdb.base/ptype1.c: New file. * gdb.base/ptype.exp: Handle compilation and linking with two source files. Test that proper type for "foo" is found based on source context rather than first match found in symtabs.
2006-01-042006-01-04 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini6-849/+605
Sync from gcc: 2006-01-04 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/24252 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES. * Makefile.tpl (OBJDUMP): New. (EXTRA_HOST_FLAGS): Add it. (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass. * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try to use symbolic links between directories. Avoid race conditions or make them harmless. * configure.in: Do not try to use symbolic links between directories. * Makefile.def (LEAN): Pass. * Makefile.tpl (LEAN): Define. (stage[+id+]-start): Accept that the previous directory does not exist, if the bootstrap is lean. (stage[+id+]-bubble): Invoke lean bootstrap commands after stage[+id+]-start. Use a makefile variable and an `if' instead of a configure substitution. ([+compare-target+]): Likewise. ([+bootstrap-target+]-lean): New. * configure.in: Remove lean bootstrap support from here. * Makefile.in: Regenerate. * configure: Regenerate. 2006-01-02 Andreas Schwab <schwab@suse.de> * configure.in: When reconfiguring remove Makefile in all stage directories. * configure: Regenerate.
2006-01-04*** empty log message ***gdbadmin1-1/+1
2006-01-03daily updateAlan Modra1-1/+1
2006-01-03* cgen-ibld.in (extract_normal): Avoid memory range errors.DJ Delorie3-8/+11
* m32c-ibld.c: Regenerated.
2006-01-03 * ld-mmix/sec-1.d: Adjust for section order changes.Hans-Peter Nilsson2-5/+9
2006-01-03fix last-minute typoHans-Peter Nilsson1-1/+1
2006-01-03 PR gas/2101Hans-Peter Nilsson2-1/+9
* config/tc-mmix.c (mmix_handle_mmixal): Don't treat #[0-9][FB] as a local-label reference.
2006-01-03 PR gas/2101Hans-Peter Nilsson3-0/+37
* gas/mmix/hex2.s, gas/mmix/hex2.d: New test.