aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-05-21 11:31:07 +0000
committerNick Clifton <nickc@redhat.com>2003-05-21 11:31:07 +0000
commit7ed2c8b0264cbcdcd2b8222bf444e960a9690bce (patch)
treea724d69e7b3a43aee99bd7a82aab008977370637 /gas/ChangeLog
parentfec2c52d36ccac89c4326ce2fd97c1fadab52e2e (diff)
downloadgdb-7ed2c8b0264cbcdcd2b8222bf444e960a9690bce.zip
gdb-7ed2c8b0264cbcdcd2b8222bf444e960a9690bce.tar.gz
gdb-7ed2c8b0264cbcdcd2b8222bf444e960a9690bce.tar.bz2
Fix dw3gencfi.c so that it will build on targets that do not define BFD_ASSEMBLER.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 011bc5d..b38f58b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+2003-05-21 Nick Clifton <nickc@redhat.com>
+
+ * dw2gencfi.c (cfi_get_label): Use symbol_make for non
+ BFD_ASSEMBLER targets.
+ (cfi_startproc): Change type of saved_seg and cfi_seg to segT.
+ (dot_cfi_endproc): Only call bfd_set_section_flags for targets
+ defining BFD_ASSEMBLER.
+
2003-05-20 Michal Ludvig <mludvig@suse.cz>
* as.c (main): Remove tc_cfi_init().