mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* hw_init.c: Comment out tokens after #endif directive.
* hw_register.c: Likewise. * hw_trace.c: Likewise. * hw_vm.c: Likewise.
This commit is contained in:
parent
4fe190829b
commit
50427dbf8f
@ -1,3 +1,10 @@
|
||||
2005-07-15 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* hw_init.c: Comment out tokens after #endif directive.
|
||||
* hw_register.c: Likewise.
|
||||
* hw_trace.c: Likewise.
|
||||
* hw_vm.c: Likewise.
|
||||
|
||||
2005-04-20 Manoj Iyer <manjo@austin.ibm.com>
|
||||
|
||||
* psim.c: Added libiberty.h header file.
|
||||
|
@ -718,4 +718,4 @@ const device_descriptor hw_init_device_descriptor[] = {
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
#endif _HW_INIT_C_
|
||||
#endif /* _HW_INIT_C_ */
|
||||
|
@ -129,4 +129,4 @@ const device_descriptor hw_register_device_descriptor[] = {
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
#endif _HW_REGISTER_C_
|
||||
#endif /* _HW_REGISTER_C_ */
|
||||
|
@ -100,4 +100,4 @@ const device_descriptor hw_trace_device_descriptor[] = {
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
#endif _HW_TRACE_C_
|
||||
#endif /* _HW_TRACE_C_ */
|
||||
|
@ -272,4 +272,4 @@ const device_descriptor hw_vm_device_descriptor[] = {
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
#endif _HW_VM_C_
|
||||
#endif /* _HW_VM_C_ */
|
||||
|
Loading…
Reference in New Issue
Block a user