diff options
author | Richard Henderson <rth@redhat.com> | 1998-01-06 15:38:20 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-01-06 15:38:20 +0000 |
commit | d7ab10784a26a2d5f2174afa9c17450851abbb75 (patch) | |
tree | 7b4a1a89518d94e2b9546838bedc962376019446 | |
parent | 70e6bc87372944b6b7a8f5c0f94f570af1e61129 (diff) | |
download | binutils-d7ab10784a26a2d5f2174afa9c17450851abbb75.zip binutils-d7ab10784a26a2d5f2174afa9c17450851abbb75.tar.gz binutils-d7ab10784a26a2d5f2174afa9c17450851abbb75.tar.bz2 |
* symbols.c (S_SET_SEGMENT): Don't set the segment for section syms.
PR 14239
(S_IS_EXTERNAL, S_IS_LOCAL): Correct parenthetication.
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 18a0ab4..8689ef4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 6 15:36:02 1998 Richard Henderson <rth@cygnus.com> + + * symbols.c (S_SET_SEGMENT): Don't set the segment for section syms. + (S_IS_EXTERNAL, S_IS_LOCAL): Correct parenthetication. + start-sanitize-sky Tue Jan 6 13:10:20 1998 Doug Evans <devans@seba.cygnus.com> |