mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* defs.h: fix a syntax error.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
Tue Feb 28 14:38:39 1995 Kung Hsu <kung@mexican.cygnus.com>
|
||||
|
||||
* defs.h: fix a syntax error.
|
||||
|
||||
* a29k-tdep.c (get_longjmp_target): add this function, from WRS.
|
||||
* remote-vx.c: move read_register and write_register out to
|
||||
target specific files.
|
||||
|
||||
@@ -746,8 +746,7 @@ extern void set_endian_from_file PARAMS ((bfd *));
|
||||
#else /* Target and host byte order differ. */
|
||||
#define SWAP_TARGET_AND_HOST(buffer,len) \
|
||||
{ \
|
||||
char __tmp_;
|
||||
\
|
||||
char __tmp_; \
|
||||
char *p = (char *)(buffer); \
|
||||
char *q = ((char *)(buffer)) + len - 1; \
|
||||
for (; p < q; p++, q--) \
|
||||
|
||||
Reference in New Issue
Block a user