summaryrefslogtreecommitdiff
path: root/sim/ppc/hw_htab.c
Commit message (Collapse)AuthorAgeFilesLines
* [sim] Update old contact info in GPL license noticesJoel Brobecker2012-12-191-2/+1
| | | | | | sim/ChangeLog: Update old contact info in GPL license notices.
* Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker2012-12-191-1/+1
| | | | | | gdb/sim/ChangeLog: Update the non-FSF-copyrighted files in sim to GPLv3 or later.
* sim: punt zfree()Mike Frysinger2011-02-141-1/+1
| | | | | | | | | | | | | The sim keeps track of which allocations are zero-ed internally (via zalloc) and then calls a helper "zfree" function rather than "free". But this "zfree" function simply calls "free" itself. Since I can see no point in this and it is simply useless overhead, punt it. The only real change is in hw-alloc.c where we remove the zalloc_p tracking, and sim-utils.c where zfree is delete. The rest of the changes are a simple `sed` from "zfree" to "free". Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* * hw_htab.c (bfd_get_section_lma): Remove macro; use BFD's.Ben Elliston2005-07-151-1/+0
|
* * hw_htab.c (htab_sum_binary(bfd): Use bfd_get_section_sizeAlan Modra2004-06-151-3/+3
| | | | | | instead of bfd_get_section_size_before_reloc. (htab_dma_binary(bfd): Likewise. * hw_init.c (update_for_binary_section(bfd): Likewise.
* 2003-06-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-221-2/+9
| | | | | | | | Problems reported by Joshua LeVasseur. * emul_chirp.c: Update copyright. (chirp_emul_nextprop): Return the first property. * hw_htab.c: Update copyright. (htab_decode_hash_table): Fix check for htab size.
* Chirp fixes:Andrew Cagney2001-10-261-4/+6
| | | | | | | | * hw_htab.c (htab_map_binary): Don't try to map the text section when it is empty. * emul_chirp.c (map_over_chirp_note): Default load-base to -1 not CHIRP_LOAD_BASE. (emul_chirp_create): Map in the interrupt table.
* Initial revisionStan Shebs1999-04-161-0/+683