diff options
author | Steve Chamberlain <sac@cygnus> | 1992-01-30 15:30:34 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-01-30 15:30:34 +0000 |
commit | 21a7f8b6dec4e1784d62332730da45dd91bdae59 (patch) | |
tree | ea883d11dfb298bc33e8020ce006b6ad84194e31 /bfd/ChangeLog | |
parent | d89b9f991bb9b322cb1ea0995b2648aca9606cd9 (diff) | |
download | gdb-21a7f8b6dec4e1784d62332730da45dd91bdae59.zip gdb-21a7f8b6dec4e1784d62332730da45dd91bdae59.tar.gz gdb-21a7f8b6dec4e1784d62332730da45dd91bdae59.tar.bz2 |
Various lints found on PersSony
* aoutx.h: cast an enum
* coff-a29k.c: many ints in reloc structure turned to enum
* coffcode.h: more enums
* cpu-h8300.c: more enums
* opncls.c: more enums
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0a056bb..11c24d0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Thu Jan 30 07:26:53 1992 Steve Chamberlain (sac at rtl.cygnus.com) + + Various lints found on PersSony + * aoutx.h: cast an enum + * coff-a29k.c: many ints in reloc structure turned to enum + * coffcode.h: more enums + * cpu-h8300.c: more enums + * opncls.c: more enums + Thu Jan 30 01:19:56 1992 John Gilmore (gnu at cygnus.com) * configure.in: Make Tahoe configuration work again. |