diff options
author | Jeff Law <law@redhat.com> | 1995-03-17 19:42:22 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-03-17 19:42:22 +0000 |
commit | bff1e14da7966ebd82ad5b8b54fcdd233fda2b7c (patch) | |
tree | c04415aea57e8a5a50f2ded6dd6f06068ac6ab81 /gas | |
parent | 7fe4ed45e9db688b180223ac4ddd1f21a8dda4eb (diff) | |
download | gdb-bff1e14da7966ebd82ad5b8b54fcdd233fda2b7c.zip gdb-bff1e14da7966ebd82ad5b8b54fcdd233fda2b7c.tar.gz gdb-bff1e14da7966ebd82ad5b8b54fcdd233fda2b7c.tar.bz2 |
* config/tc-hppa.c (pa_comm): Make sure to always reset the frag
and section for common symbols.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a8ab0be..47c89f1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Fri Mar 17 12:40:34 1995 Jeff Law (law@snake.cs.utah.edu) + + * config/tc-hppa.c (pa_comm): Make sure to always reset the frag + and section for common symbols. + +Thu Mar 16 17:26:18 1995 Michael Meissner <meissner@cygnus.com> + + * config/tc-ppc.c (ppc_elf_validate_fix): Allow non PC relative + pointers in the .ctors and .dtors section also when using the + -mrelocatable option. + (md_parse_option): Support -m403 as a PowerPC computer. + (md_show_usage): Ditto. + Wed Mar 15 14:45:42 1995 Ian Lance Taylor <ian@cygnus.com> * ecoff.c (ecoff_build_debug): The cur_scope field of a fil_ptr |