GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sim
/
m68hc11
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* interp.c (sim_prepare_for_program): Use bfd_get_section_size
Alan Modra
2004-06-15
1
-0
/
+5
*
* dv-m68hc11tim.c (cycle_to_string): Add flags parameter to better
Stephane Carrez
2003-08-08
1
-0
/
+23
*
* sim-main.h (phys_to_virt): Use memory bank parameters to translate
Stephane Carrez
2003-08-08
1
-0
/
+18
*
* sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb.
Stephane Carrez
2003-08-08
1
-0
/
+4
*
* m68hc11_sim.c (print_io_word): New function to print 16-bit value.
Stephane Carrez
2003-08-08
1
-0
/
+9
*
* Makefile.in (SIM_EXTRA_CFLAGS): Set WITH_TARGET_ADDRESS_BITSIZE
Stephane Carrez
2003-03-02
1
-0
/
+6
*
* interp.c (sim_fetch_register): Only store a single byte for
Stephane Carrez
2003-03-01
1
-0
/
+5
*
Index: arm/ChangeLog
Andrew Cagney
2003-02-27
1
-0
/
+5
*
* dv-m68hc11eepr.c (struct m68hc11eepr ): Use const char* for filename.
Stephane Carrez
2002-08-13
1
-0
/
+4
*
* interp.c (sim_prepare_for_program): Look up the image for the
Stephane Carrez
2002-08-13
1
-0
/
+6
*
* interp.c (sim_hw_configure): Return 1 for success.
Stephane Carrez
2002-08-13
1
-0
/
+6
*
Fix english and ChangeLog entry
Stephane Carrez
2002-08-13
1
-4
/
+1
*
* dv-m68hc11.c (m68hc11cpu_io_read_buffer): Translate memory
Stephane Carrez
2002-08-13
1
-0
/
+13
*
* interp.c (sim_hw_configure): Connect port-X to cpu-write-port.
Stephane Carrez
2002-08-13
1
-0
/
+6
*
* dv-m68hc11.c (m68hc11cpu_io_write): Fix to update IO mapping
Stephane Carrez
2002-08-13
1
-0
/
+5
*
* m68hc11_sim.c (cpu_special): Handle call and rtc instructions.
Stephane Carrez
2002-08-13
1
-0
/
+16
*
Import current --enable-gdb-build-warnings.
Andrew Cagney
2002-06-16
1
-0
/
+4
*
Move include/callback.h and include/remote-sim.h to include/gdb/.
Andrew Cagney
2002-06-09
1
-0
/
+5
*
* m68hc11_sim.c (cpu_move8): Call sim_engine_abort in default case.
Stephane Carrez
2002-03-07
1
-0
/
+17
*
* interp.c (sim_hw_configure): Save the HW cpu pointer in the
Stephane Carrez
2002-03-07
1
-0
/
+30
*
* sim-main.h (cpu_frame, cpu_frame_list): Remove.
Stephane Carrez
2002-03-07
1
-0
/
+19
*
* interrupts.c (interrupts_reset): New function, setup interrupt
Stephane Carrez
2002-03-07
1
-0
/
+21
*
* dv-m68hc11eepr.c (m68hc11eepr_info): Fix print of current write
Stephane Carrez
2001-07-28
1
-0
/
+6
*
* Makefile.in (SIM_OBJS): Remove sim-resume.o
Stephane Carrez
2001-07-22
1
-0
/
+8
*
* Makefile.in (gencode): Provide explicit path to gencode.c.
Andrew Cagney
2001-07-10
1
-0
/
+4
*
Improve HC11 simulator to support HC12
Stephane Carrez
2001-05-20
1
-0
/
+59
*
* dv-m68hc11sio.c (m68hc11sio_tx_poll): Always check for
Stephane Carrez
2001-05-20
1
-0
/
+14
*
Preliminary support for 68HC12
Stephane Carrez
2000-11-26
1
-0
/
+11
*
Register a delete handler for 68HC11 core device node
Stephane Carrez
2000-11-26
1
-0
/
+5
*
Fix device memory allocation in 68hc11 simulator
Stephane Carrez
2000-11-24
1
-0
/
+6
*
Missing Makefile.in for 68hc11 simulator
Stephane Carrez
2000-09-12
1
-0
/
+4
*
Remove soft reg hack in the 68hc11 simulator
Stephane Carrez
2000-09-10
1
-0
/
+7
*
Fix clearing of interrupts in 68hc11 simulator
Stephane Carrez
2000-09-10
1
-0
/
+6
*
* sim-main.h: Define cycle_to_string.
Stephane Carrez
2000-09-09
1
-0
/
+11
*
Fix 68hc11 timer device (accuracy, io, timer overflow)
Stephane Carrez
2000-09-06
1
-0
/
+10
*
Fix 68HC11 SPI simulator
Stephane Carrez
2000-09-05
1
-0
/
+8
*
Use address mapping levels for 68hc11 simulator (kill overlap hack)
Stephane Carrez
2000-08-11
1
-0
/
+23
*
Add m68hc11 configry.
Andrew Cagney
2000-07-27
1
-0
/
+4
*
New simulator.
Andrew Cagney
2000-07-27
1
-0
/
+178