Subversion Repositories Kolibri OS

Rev

Rev 5191 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5191 Rev 6324
Line -... Line 1...
-
 
1
2015-11-10  Mike Frysinger  
-
 
2
 
-
 
3
	* sim-cr16.h (sim_cr16_translate_dmap_addr): Delete.
-
 
4
	(sim_cr16_translate_imap_addr): Likewise.
-
 
5
	(sim_cr16_translate_addr): Likewise.
-
 
6
	* sim-d10v.h (sim_d10v_translate_dmap_addr): Delete.
-
 
7
	(sim_d10v_translate_imap_addr): Likewise.
-
 
8
	(sim_d10v_translate_addr): Likewise.
-
 
9
 
-
 
10
2015-06-17  Mike Frysinger  
-
 
11
 
-
 
12
	* callback.h (CB_TARGET_DEFS_MAP): Add name member.
-
 
13
	(cb_host_str_syscall, cb_host_str_errno, cb_host_str_signal,
-
 
14
	cb_target_str_syscall, cb_target_str_errno, cb_target_str_signal):
-
 
15
	Declare.
-
 
16
 
-
 
17
2015-03-28  James Bowman  
-
 
18
 
-
 
19
	* sim-ft32.h: New file.
-
 
20
 
-
 
21
2015-05-15  Mike Frysinger  
-
 
22
 
-
 
23
	* remote-sim.h (struct host_callback_struct): Define.
-
 
24
 
-
 
25
2015-01-31  Doug Evans  
-
 
26
 
-
 
27
	* section-scripts.h: Remove "future extension" comment.
-
 
28
	(SECTION_SCRIPT_ID_PYTHON_TEXT): New macro.
-
 
29
	(SECTION_SCRIPT_ID_SCHEME_TEXT): New macro.
-
 
30
 
-
 
31
2014-12-03  Joel Brobecker  
-
 
32
 
-
 
33
	* callback.h (struct host_callback_struct) : Renamed
-
 
34
	from "stat".
-
 
35
	: Renamed from "fstat".
-
 
36
	: Renamed from "lstat".
-
 
37
 
-
 
38
2014-03-10  Mike Frysinger  
-
 
39
 
-
 
40
	* remote-sim.h (sim_do_command): Add const to cmd.
-
 
41
 
-
 
42
2014-03-05  Alan Modra  
-
 
43
 
-
 
44
	Update copyright notice.
-
 
45
 
-
 
46
2014-03-05  Mike Frysinger  
-
 
47
 
-
 
48
	* remote-sim.h (sim_load): Add const to prog.
-
 
49
 
-
 
50
2014-02-09  Doug Evans  
-
 
51
 
-
 
52
	* section-scripts.h: New file.
-
 
53
 
1
2013-03-15  Steve Ellcey  
54
2013-03-15  Steve Ellcey  
Line 2... Line 55...
2
 
55
 
Line 3... Line 56...
3
	* gdb/remote-sim.h (sim_command_completer): Make char arguments const.
56
	* gdb/remote-sim.h (sim_command_completer): Make char arguments const.
Line 256... Line 309...
256
2002-03-10  Daniel Jacobowitz  
309
2002-03-10  Daniel Jacobowitz  
Line 257... Line 310...
257
 
310
 
Line 258... Line 311...
258
	* signals.h: New file, from gdb/defs.h.
311
	* signals.h: New file, from gdb/defs.h.
259
 
312
 
Line 260... Line 313...
260

313

261
Copyright (C) 2002-2013 Free Software Foundation, Inc.
314
Copyright (C) 2002-2015 Free Software Foundation, Inc.
262
 
315