aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-07-23 17:18:20 +0000
committerKen Raeburn <raeburn@cygnus>1993-07-23 17:18:20 +0000
commit7767e7e9c85c9393b45384ca1efe8df6fdbe0634 (patch)
tree39877cb5761683caaa71901e27f12fd76856059d /gas
parent2a2d3d08d6be811d1462f717187df72019216eec (diff)
downloadfsf-binutils-gdb-7767e7e9c85c9393b45384ca1efe8df6fdbe0634.zip
fsf-binutils-gdb-7767e7e9c85c9393b45384ca1efe8df6fdbe0634.tar.gz
fsf-binutils-gdb-7767e7e9c85c9393b45384ca1efe8df6fdbe0634.tar.bz2
obj-elf.c, tc-sparc.c, symbols.c changes
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3078c9b..a4bbe43 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,16 @@
+Fri Jul 23 13:09:44 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
+
+ * config/obj-elf.c (obj_elf_section): Sections ".init" and ".fini"
+ are also magic, and have special default flag settings.
+ (obj_elf_frob_symbol): Since the return value from this function
+ isn't used, don't bother calling obj_elf_write_symbol_p, since it
+ doesn't accomplish anything else.
+
+ * config/tc-sparc.c (md_section_align): Round up section size only
+ for a.out format.
+
+ * symbols.c: Don't define DEBUG by default.
+
Thu Jul 22 12:09:41 1993 Ian Lance Taylor (ian@cygnus.com)
* write.c (fix_new_exp): Handle a O_uminus expression.