aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-04-18 02:21:27 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-04-18 02:21:27 +0000
commitb9af77f58f609c230732b9acdbf1a6f747766733 (patch)
tree0cb26da3871aa90de804d13bc8089d3970d61b79 /bfd/bfd-in2.h
parent63fa1674919c94757f30a6e050f015eba30ee229 (diff)
downloadgdb-b9af77f58f609c230732b9acdbf1a6f747766733.zip
gdb-b9af77f58f609c230732b9acdbf1a6f747766733.tar.gz
gdb-b9af77f58f609c230732b9acdbf1a6f747766733.tar.bz2
Clean up load page support for tic54x.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 79080cb..a3f15c9 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -748,6 +748,13 @@ extern boolean bfd_elf32_arm_process_before_allocation
extern boolean bfd_elf32_arm_get_bfd_for_interworking
PARAMS ((bfd *, struct bfd_link_info *));
+/* TI COFF load page support. */
+extern void bfd_ticoff_set_section_load_page
+ PARAMS ((struct sec *, int));
+
+extern int bfd_ticoff_get_section_load_page
+ PARAMS ((struct sec *));
+
/* And more from the source. */
void
bfd_init PARAMS ((void));