summaryrefslogtreecommitdiff
path: root/gas/dw2gencfi.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-06-11 23:16:58 +0000
committerRichard Henderson <rth@redhat.com>2003-06-11 23:16:58 +0000
commitf95819a5155f1196d188a07617f4aaf7b537900b (patch)
tree4dbd737cb576a59ea2bd5b7820bd5ad0b8117cd7 /gas/dw2gencfi.h
parente2c3fcae10adf3b5ab4e614f260eb2569905d661 (diff)
downloadbinutils-redhat-f95819a5155f1196d188a07617f4aaf7b537900b.tar.gz
* dw2gencfi.c (struct cfi_escape_data): New.
(cfi_add_CFA_nop): Remove. (CFI_escape, dot_cfi_escape): New. (dot_cfi): Remove nop. (cfi_pseudo_table): Remove nop; add escape. (output_cfi_insn): Likewise. (select_cie_for_fde): Stop on escape. * dw2gencfi.h (cfi_add_CFA_nop): Remove. * read.c, read.h (do_parse_cons_expression): New. * doc/as.texinfo (.cfi_escape): New. * gas/cfi/cfi-common-3.[ds]: New. * gas/cfi/cfi.exp: Run it.
Diffstat (limited to 'gas/dw2gencfi.h')
-rw-r--r--gas/dw2gencfi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/dw2gencfi.h b/gas/dw2gencfi.h
index 0361f97c8f..75b6ec2461 100644
--- a/gas/dw2gencfi.h
+++ b/gas/dw2gencfi.h
@@ -48,6 +48,5 @@ extern void cfi_add_CFA_undefined (unsigned);
extern void cfi_add_CFA_same_value (unsigned);
extern void cfi_add_CFA_remember_state (void);
extern void cfi_add_CFA_restore_state (void);
-extern void cfi_add_CFA_nop (void);
#endif /* DW2GENCFI_H */