src/gas ChangeLog subsegs.c write.c
amodra@sourceware.org
amodra@sourceware.org
Fri Feb 16 03:40:00 GMT 2007
CVSROOT: /cvs/src
Module name: src
Changes by: amodra@sourceware.org 2007-02-16 03:40:17
Modified files:
gas : ChangeLog subsegs.c write.c
Log message:
* subsegs.c (subseg_change, subseg_get): Use xcalloc rather than
xmalloc, memset. Don't bother assigning NULL to known zero mem.
(subseg_set_rest): Remove unnecessary cast.
* write.c: Include libbfd.h. Replace PTR with void * throughout.
Remove unnecessary forward declarations and casts.
(set_symtab): Delete extern bfd_alloc.
(fixup_segment): Move.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3139&r2=1.3140
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/subsegs.c.diff?cvsroot=src&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/write.c.diff?cvsroot=src&r1=1.104&r2=1.105
More information about the Binutils-cvs
mailing list