From 4a5bfdbc733ab4433b7dc44ca8ace43ffca338d1 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 20 Apr 1994 22:44:52 +0000 Subject: [PATCH] * coff-sparc.c (sparccoff_vec): Change minimum alignment power to 2, so that stab sections can be multiples of 4 bytes only. --- bfd/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 092452552a..51c9156a95 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Wed Apr 20 16:45:51 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + * coff-sparc.c (sparccoff_vec): Change minimum alignment power to + 2, so that stab sections can be multiples of 4 bytes only. + * hosts/i386aix.h: Changes to avoid prototypes conflicts with the ones defined in stdlib.h. (From Minh Tran-Le.)