diff options
author | David MacKenzie <djm@cygnus> | 1993-07-17 01:10:10 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-07-17 01:10:10 +0000 |
commit | de793e5f221c6c3c811bf8050d375c9d656440f9 (patch) | |
tree | d71f6b70dc7c53dbea1a61877fbd968f1ac2eb5b /binutils | |
parent | 0cd1a8d2aac057e72e8ff3aed48acf0d3b84f44b (diff) | |
download | gdb-de793e5f221c6c3c811bf8050d375c9d656440f9.zip gdb-de793e5f221c6c3c811bf8050d375c9d656440f9.tar.gz gdb-de793e5f221c6c3c811bf8050d375c9d656440f9.tar.bz2 |
posix.2 final changes
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ed78da4..35fc5fb 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,12 @@ Fri Jul 16 15:19:59 1993 David J. Mackenzie (djm@thepub.cygnus.com) + * nm.c: Changes for final version of POSIX.2. + (print_symbol_filename_{bsd,sysv,posix}): New functions. + (formats): Add an element for a pointer to them. + (print_symbols): Call it. + (print_object_filename_posix, print_archive_member_posix): Produce + output according to new POSIX.2 spec. + * strings.c (print_strings): Handle STREAM being NULL. (strings_a_section): Pass a NULL. (main): Don't open /dev/null. |