aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/hw_register.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-06sim: ppc: migrate to standard uintXX_t typesMike Frysinger1-1/+1
Drop the sim-specific unsignedXX types and move to the standard uintXX_t types that C11 provides.
2012-12-19[sim] Update old contact info in GPL license noticesJoel Brobecker1-2/+1
sim/ChangeLog: Update old contact info in GPL license notices.
2012-12-19Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker1-1/+1
gdb/sim/ChangeLog: Update the non-FSF-copyrighted files in sim to GPLv3 or later.
2005-07-15 * hw_init.c: Comment out tokens after #endif directive.Ben Elliston1-1/+1
* hw_register.c: Likewise. * hw_trace.c: Likewise. * hw_vm.c: Likewise.
2003-06-202003-06-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-5/+6
* sim_calls.c (sim_create_inferior): Assert that psim_write_register succeeded. (sim_fetch_register, sim_store_register): Make "regname" constant. Delete Altivec hack. Return result from psim_read_register / psim_write_register. * psim.h (psim_read_register, psim_write_register): Change return type to int. Update comments. * psim.c: Update copyright. (psim_stack): Assert that the psim_read_register worked. (psim_read_register, psim_read_register): Return the register's size. Allocate the cooked buffer dynamically. * hw_register.c: Update copyright. (do_register_init): Check that psim_write_register succeeded. * hw_init.c: Update copyright. (create_ppc_elf_stack_frame, create_ppc_aix_stack_frame): Assert that the register transfer worked.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+131
1999-04-16Initial creation of sourceware repositoryStan Shebs1-125/+0
1996-06-05Latest changes from AndrewMichael Meissner1-0/+125