diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-10 21:42:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-10 21:42:30 +0000 |
commit | 7b1e07b475115ad308a65ca603d761a8bda688bc (patch) | |
tree | 45a0288db41e40d61f5a643dfba9508a8cdd2252 /gas | |
parent | 6beb80b22fe2c60bc07f63945ef36398317fcbb8 (diff) | |
download | gdb-7b1e07b475115ad308a65ca603d761a8bda688bc.zip gdb-7b1e07b475115ad308a65ca603d761a8bda688bc.tar.gz gdb-7b1e07b475115ad308a65ca603d761a8bda688bc.tar.bz2 |
* config/obj-elf.c (obj_elf_section): Don't set any flags based on
the type of a special section.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b5e37516..8b77ff0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Fri Jun 10 13:48:49 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * config/obj-elf.c (obj_elf_section): Don't set any flags based on + the type of a special section. + * config/ho-sunos.h: Include <stdlib.h>. Don't declare malloc, realloc, free, or atol. |