diff options
author | Roland Pesch <pesch@cygnus> | 1991-08-20 22:23:49 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-08-20 22:23:49 +0000 |
commit | a92b9db33c6a671d84d64e306d82d8bad815d871 (patch) | |
tree | 7155234ea23bd1d43ada93d040463385854b5326 /bfd | |
parent | f0b9c976623bc3c88f4b8e0e3e7c53e55131d9df (diff) | |
download | gdb-a92b9db33c6a671d84d64e306d82d8bad815d871.zip gdb-a92b9db33c6a671d84d64e306d82d8bad815d871.tar.gz gdb-a92b9db33c6a671d84d64e306d82d8bad815d871.tar.bz2 |
Tue Aug 20 15:18:02 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* Makefile.in: include core.p in PROTOS (building better bfd.h)
* archures.c: remove empty foo() definition (crept in at vn1.9)
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 64d7dd8..d31bd0f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 20 15:18:02 1991 Roland H. Pesch (pesch at cygint.cygnus.com) + + * Makefile.in: include core.p in PROTOS (building better bfd.h) + * archures.c: remove empty foo() definition (crept in at vn1.9) + Mon Aug 19 13:48:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com) * bfd.texinfo: use @setchapternewpage on instead of lots of diff --git a/bfd/Makefile.in b/bfd/Makefile.in index c939be9..127f19e 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -234,7 +234,7 @@ docs: syms.texi bfd.texi cache.texi format.texi section.texi \ PROTOS = opncls.p archures.p libbfd.p section.p syms.p bfd.p \ - archive.p reloc.p targets.p format.p coffcode.p + archive.p reloc.p targets.p format.p coffcode.p core.p IPROTOS = libbfd.ip cache.ip |