diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-01-03 16:55:34 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-01-03 16:55:34 +0000 |
commit | de224d6a49136398b8d0d151b7079fd4b1ede8a3 (patch) | |
tree | b581c3272072b91e44622e1d256fa3b8ed361ba3 /bfd/ChangeLog | |
parent | 3b20886e53ffb9f3b7d3514c5d9034c229ed8496 (diff) | |
download | gdb-de224d6a49136398b8d0d151b7079fd4b1ede8a3.zip gdb-de224d6a49136398b8d0d151b7079fd4b1ede8a3.tar.gz gdb-de224d6a49136398b8d0d151b7079fd4b1ede8a3.tar.bz2 |
Put common variables into the appropriate section, based on relocation types
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b1d9e84..68527fb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,4 +1,15 @@ start-sanitize-v850 +Fri Jan 3 11:42:53 1997 Michael Meissner <meissner@tiktok.cygnus.com> + + * elf32-v850.c (all functions and static variables): Go through + and regularize names to be of the form v850_elf_<xxx>. + (toplevel): Include <elf/v850.h>. + (enum reloc_type): Move to include/elf/v850.h. + (v850_elf_check_relocs): For common variables, if the variable is + referenced by a R_V850_{SDA,ZDA,TDA} relocation, put the variable + into the appropriate section. + (elf_backend_check_relocs): Define. + Tue Dec 31 15:15:28 1996 Michael Meissner <meissner@tiktok.cygnus.com> * elf32-v850.c (elf_v850_howto_table): Fix some spacing. |