aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJason Eckhardt <jle@rice.edu>2003-08-07 04:05:42 +0000
committerJason Eckhardt <jle@rice.edu>2003-08-07 04:05:42 +0000
commit820aff5582fe3441158635c80985ae2054ef390e (patch)
treec5f7fe33b23b7687e253046be5a7e648ddcc129a /gas/ChangeLog
parentdcd81ce97cf3e474fd276265df01984e257f48fd (diff)
downloadfsf-binutils-gdb-820aff5582fe3441158635c80985ae2054ef390e.zip
fsf-binutils-gdb-820aff5582fe3441158635c80985ae2054ef390e.tar.gz
fsf-binutils-gdb-820aff5582fe3441158635c80985ae2054ef390e.tar.bz2
2003-08-01 Jason Eckhardt <jle@rice.edu>
* config/tc-i860.c (s_align_wrapper): New function and prototype. (md_pseudo_table): Change s_align_bytes to s_align_wrapper, remove surrounding OBJ_ELF ifdef, and re-format slightly. * doc/c-i860.texi: Document the special .align syntax available in Intel mode.
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 bbb0d78..34e8800 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,13 @@
2003-08-06 Jason Eckhardt <jle@rice.edu>
+ * config/tc-i860.c (s_align_wrapper): New function and prototype.
+ (md_pseudo_table): Change s_align_bytes to s_align_wrapper, remove
+ surrounding OBJ_ELF ifdef, and re-format slightly.
+ * doc/c-i860.texi: Document the special .align syntax available
+ in Intel mode.
+
+2003-08-06 Jason Eckhardt <jle@rice.edu>
+
* config/tc-i860.c (i860_handle_align): New function.
* config/tc-i860.h (HANDLE_ALIGN): Define macro.
(MAX_MEM_FOR_RS_ALIGN_CODE): Define macro.