OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gdb-7.2/] [sim/] [m32c/] [ChangeLog] - Diff between revs 835 and 841

Only display areas with differences | Details | Blame | View Log

Rev 835 Rev 841
2010-05-26  Ozkan Sezer  
2010-05-26  Ozkan Sezer  
        * main.c (setup_tcp_console): Check error return from socket() call
        * main.c (setup_tcp_console): Check error return from socket() call
        by its equality to -1 not by it being negative.
        by its equality to -1 not by it being negative.
2010-04-14  Mike Frysinger  
2010-04-14  Mike Frysinger  
        * gdb-if.c (sim_write): Add const to buf arg.
        * gdb-if.c (sim_write): Add const to buf arg.
        * mem.h (mem_put_blk): Add const to bufptr arg.
        * mem.h (mem_put_blk): Add const to bufptr arg.
        * mem.c (mem_put_blk): Likewise, and add const to cast.
        * mem.c (mem_put_blk): Likewise, and add const to cast.
2010-01-20  DJ Delorie  
2010-01-20  DJ Delorie  
        * m32c.opc (MATH_OP): When doing subtraction, also set carry if
        * m32c.opc (MATH_OP): When doing subtraction, also set carry if
        the result is zero.
        the result is zero.
2010-01-09  Ralf Wildenhues  
2010-01-09  Ralf Wildenhues  
        * configure: Regenerate.
        * configure: Regenerate.
2009-08-22  Ralf Wildenhues  
2009-08-22  Ralf Wildenhues  
        * config.in: Regenerate.
        * config.in: Regenerate.
        * configure: Likewise.
        * configure: Likewise.
        * configure: Regenerate.
        * configure: Regenerate.
2009-08-14  DJ Delorie  
2009-08-14  DJ Delorie  
        * configure.in: Check for sys/select.h, termios.h, sys/socket.h,
        * configure.in: Check for sys/select.h, termios.h, sys/socket.h,
        netinet/in.h, and netinet/tcp.h.
        netinet/in.h, and netinet/tcp.h.
        * configure: Regenerate.
        * configure: Regenerate.
        * config.in: Add those headers.
        * config.in: Add those headers.
        * main.c: Check for them.
        * main.c: Check for them.
        (setup_tcp_console): Disable if no networking.
        (setup_tcp_console): Disable if no networking.
        (main): Note missing networking or termios.
        (main): Note missing networking or termios.
        * mem.c: Check for those headers.
        * mem.c: Check for those headers.
        (stdin_ready): Disable if no termios.
        (stdin_ready): Disable if no termios.
        (m32c_sim_restore_console): Disable if no termios.
        (m32c_sim_restore_console): Disable if no termios.
        (mem_get_byte): Disable console input if no termios.
        (mem_get_byte): Disable console input if no termios.
2009-01-06  Joel Sherrill 
2009-01-06  Joel Sherrill 
        * r8c.opc, m32c.opc: Add parentheses to remove warnings.
        * r8c.opc, m32c.opc: Add parentheses to remove warnings.
2008-10-01  DJ Delorie  
2008-10-01  DJ Delorie  
        * int.c (trigger_peripheral_interrupt): Clear interrupt pending
        * int.c (trigger_peripheral_interrupt): Clear interrupt pending
        bit when peripheral interrupts are serviced.
        bit when peripheral interrupts are serviced.
2008-07-11  Hans-Peter Nilsson  
2008-07-11  Hans-Peter Nilsson  
        * configure: Regenerate to track ../common/common.m4 changes.
        * configure: Regenerate to track ../common/common.m4 changes.
        * config.in: Ditto.
        * config.in: Ditto.
2008-06-16  DJ Delorie  
2008-06-16  DJ Delorie  
        * m32c.opc (BRK, GDBBRK): Remove debug logic.
        * m32c.opc (BRK, GDBBRK): Remove debug logic.
        * main.c (main): Add option to set raw console.
        * main.c (main): Add option to set raw console.
        * mem.h (m32c_use_raw_console): Declare.
        * mem.h (m32c_use_raw_console): Declare.
        * mem.c (m32c_sim_restore_console): Only restore console if it's
        * mem.c (m32c_sim_restore_console): Only restore console if it's
        been previously set.
        been previously set.
        (m32c_use_raw_console): Define.
        (m32c_use_raw_console): Define.
        (mem_get_byte): Set raw console if m32c_use_raw_console is set.
        (mem_get_byte): Set raw console if m32c_use_raw_console is set.
2008-06-06  Vladimir Prus  
2008-06-06  Vladimir Prus  
            Daniel Jacobowitz  
            Daniel Jacobowitz  
            Joseph Myers  
            Joseph Myers  
        * configure: Regenerate.
        * configure: Regenerate.
2008-06-06  DJ Delorie  
2008-06-06  DJ Delorie  
        * Makefile.in: Add Timer A support.
        * Makefile.in: Add Timer A support.
        * cpu.h (m32c_opcode_pc): New.
        * cpu.h (m32c_opcode_pc): New.
        (in_gdb): New.
        (in_gdb): New.
        * gdb-if.c (sim_open): Add Timer A support.  Support unbuffered
        * gdb-if.c (sim_open): Add Timer A support.  Support unbuffered
        console.
        console.
        * int.c (trigger_interrupt): Manage the U flag properly.
        * int.c (trigger_interrupt): Manage the U flag properly.
        (trigger_based_interrupt): Likewise.
        (trigger_based_interrupt): Likewise.
        (trigger_fixed_interrupt): New.
        (trigger_fixed_interrupt): New.
        (trigger_peripheral_interrupt): New.
        (trigger_peripheral_interrupt): New.
        * int.h (trigger_peripheral_interrupt): New.
        * int.h (trigger_peripheral_interrupt): New.
        * m32c.opc: Use m32c_opcode_pc throughout, as needed.
        * m32c.opc: Use m32c_opcode_pc throughout, as needed.
        (decode_m32c): Detect jump-to-zero with traceback.
        (decode_m32c): Detect jump-to-zero with traceback.
        (BRK): Try to do the right thing, keeping track of whether we're
        (BRK): Try to do the right thing, keeping track of whether we're
        in gdb or not, and if the user has provided a handler or not.
        in gdb or not, and if the user has provided a handler or not.
        (GBRK): Alternate break opcode for gdb, in case the user's app
        (GBRK): Alternate break opcode for gdb, in case the user's app
        needs to use BRK for itself.
        needs to use BRK for itself.
        (BRK2): Implement.
        (BRK2): Implement.
        * main.c: Add Timer A support.  Support TCP-based console.
        * main.c: Add Timer A support.  Support TCP-based console.
        (setup_tcp_console): New.
        (setup_tcp_console): New.
        (main): Add Timer A support.  Support TCP-based console.
        (main): Add Timer A support.  Support TCP-based console.
        * mem.h (m32c_sim_restore_console): New.
        * mem.h (m32c_sim_restore_console): New.
        * mem.c: Add Timer A support.  Support TCP-based console.
        * mem.c: Add Timer A support.  Support TCP-based console.
        (mem_ptr): Enhance NULL pointer detection.
        (mem_ptr): Enhance NULL pointer detection.
        (stdin_ready): New.
        (stdin_ready): New.
        (m32c_sim_restore_console): New.
        (m32c_sim_restore_console): New.
        (mem_get_byte): Check for console input ready.
        (mem_get_byte): Check for console input ready.
        (update_timer_a): New.
        (update_timer_a): New.
        * r8c.opc (SSTR): Use r0l, not r0h.
        * r8c.opc (SSTR): Use r0l, not r0h.
        (REIT): Fix return frame logic.
        (REIT): Fix return frame logic.
        * reg.c (print_flags): New.
        * reg.c (print_flags): New.
        (trace_register_changes): Use it.
        (trace_register_changes): Use it.
        (m32c_dump_all_registers): New.
        (m32c_dump_all_registers): New.
        * timer_a.h: New.
        * timer_a.h: New.
        * load.c: Fix indentation.
        * load.c: Fix indentation.
        * trace.c: Fix indentation.
        * trace.c: Fix indentation.
        * trace.h: Fix indentation.
        * trace.h: Fix indentation.
2006-06-26  DJ Delorie  
2006-06-26  DJ Delorie  
        * r8c.opc (decode_r8c): Don't bother reading the destination
        * r8c.opc (decode_r8c): Don't bother reading the destination
        before moving a constant into it.  Fix borrow comparison for SUB.
        before moving a constant into it.  Fix borrow comparison for SUB.
2006-06-13  Richard Earnshaw  
2006-06-13  Richard Earnshaw  
        * configure: Regenerated.
        * configure: Regenerated.
2006-06-05  Daniel Jacobowitz  
2006-06-05  Daniel Jacobowitz  
        * configure: Regenerated.
        * configure: Regenerated.
2006-05-31  Daniel Jacobowitz  
2006-05-31  Daniel Jacobowitz  
        * configure: Regenerated.
        * configure: Regenerated.
2006-03-13  DJ Delorie  
2006-03-13  DJ Delorie  
        * mem.c (mem_put_byte): Hook simulated UART to stdout.
        * mem.c (mem_put_byte): Hook simulated UART to stdout.
        (mem_put_hi): Hook in simulated trace port.
        (mem_put_hi): Hook in simulated trace port.
        (mem_get_byte): Hook in simulated uart control port.
        (mem_get_byte): Hook in simulated uart control port.
        * opc2c: Be more picky about matching special comments.
        * opc2c: Be more picky about matching special comments.
        * r8c.opc (shift_op): Limit shift counts to -16..16.
        * r8c.opc (shift_op): Limit shift counts to -16..16.
        (BMcnd): Map conditional codes.
        (BMcnd): Map conditional codes.
        * reg.c (condition_true): Mask condition code to 4 bits.
        * reg.c (condition_true): Mask condition code to 4 bits.
        * syscalls.c: Include local syscall.h.
        * syscalls.c: Include local syscall.h.
        * syscall.h: New, copied from libgloss.
        * syscall.h: New, copied from libgloss.
2005-10-06  Jim Blandy  
2005-10-06  Jim Blandy  
        Simulator for Renesas M32C and M16C, by DJ Delorie ,
        Simulator for Renesas M32C and M16C, by DJ Delorie ,
        with further work from Jim Blandy  and
        with further work from Jim Blandy  and
        Kevin Buettner .
        Kevin Buettner .
        * ChangeLog: New.
        * ChangeLog: New.
        * Makefile.in: New.
        * Makefile.in: New.
        * blinky.S: New.
        * blinky.S: New.
        * config.in: New.
        * config.in: New.
        * configure: New.
        * configure: New.
        * configure.in: New.
        * configure.in: New.
        * cpu.h: New.
        * cpu.h: New.
        * gdb-if.c: New.
        * gdb-if.c: New.
        * gloss.S: New.
        * gloss.S: New.
        * int.c: New.
        * int.c: New.
        * int.h: New.
        * int.h: New.
        * load.c: New.
        * load.c: New.
        * load.h: New.
        * load.h: New.
        * m32c.opc: New.
        * m32c.opc: New.
        * main.c: New.
        * main.c: New.
        * mem.c: New.
        * mem.c: New.
        * mem.h: New.
        * mem.h: New.
        * misc.c: New.
        * misc.c: New.
        * misc.h: New.
        * misc.h: New.
        * opc2c.c: New.
        * opc2c.c: New.
        * r8c.opc: New.
        * r8c.opc: New.
        * reg.c: New.
        * reg.c: New.
        * safe-fgets.c: New.
        * safe-fgets.c: New.
        * safe-fgets.h: New.
        * safe-fgets.h: New.
        * sample.S: New.
        * sample.S: New.
        * sample.ld: New.
        * sample.ld: New.
        * sample2.c: New.
        * sample2.c: New.
        * srcdest.c: New.
        * srcdest.c: New.
        * syscalls.c: New.
        * syscalls.c: New.
        * syscalls.h: New.
        * syscalls.h: New.
        * trace.c: New.
        * trace.c: New.
        * trace.h: New.
        * trace.h: New.
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.