projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0f40e4
)
* dis-asm.h: Add flag INSN_HAS_RELOC to tell disassembly
author
Fred Fish
<fnf@specifix.com>
Fri, 23 Jan 1998 02:34:56 +0000
(
02:34
+0000)
committer
Fred Fish
<fnf@specifix.com>
Fri, 23 Jan 1998 02:34:56 +0000
(
02:34
+0000)
function there is a reloc on this line.
include/dis-asm.h
patch
|
blob
|
history
diff --git
a/include/dis-asm.h
b/include/dis-asm.h
index c6effe3bd69218df9702089867c1b0d562cfea5b..da6377c9d64be5752b5f0ffc398c2f5c0187f347 100644
(file)
--- a/
include/dis-asm.h
+++ b/
include/dis-asm.h
@@
-59,6
+59,7
@@
typedef struct disassemble_info {
The top 16 bits are reserved for public use (and are documented here).
The bottom 16 bits are for the internal use of the disassembler. */
unsigned long flags;
+#define INSN_HAS_RELOC 0x80000000
PTR private_data;
/* Function used to get bytes to disassemble. MEMADDR is the