diff options
author | John Gilmore <gnu@cygnus> | 1991-11-22 16:45:04 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-22 16:45:04 +0000 |
commit | 8c4a1ace3d0ad925f513b3c03530cfeaa466fab1 (patch) | |
tree | eafa82608abebde01c5091473aea615b56be2988 /bfd/ChangeLog | |
parent | 8013e17047ee5006dc9890579772c8d5eab186bf (diff) | |
download | gdb-8c4a1ace3d0ad925f513b3c03530cfeaa466fab1.zip gdb-8c4a1ace3d0ad925f513b3c03530cfeaa466fab1.tar.gz gdb-8c4a1ace3d0ad925f513b3c03530cfeaa466fab1.tar.bz2 |
ALIGN->BFD_ALIGN
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7468d2a..16e0c72 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ Fri Nov 22 08:11:42 1991 John Gilmore (gnu at cygnus.com) + * libbfd-in.h, libbfd.h, aoutx.h, coffcode.h, elf.c, libaout.h: + Rename ALIGN to BFD_ALIGN to avoid conflict with BSD <sys/param.h>. * libbfd.c: Lint. * host-aout.c, trad-core.c: Fix write_armap prototypes. Lint. |