diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-06-11 21:06:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-06-11 21:06:44 +0000 |
commit | 9e3af0e72a85a4bbf7803b599bf039c22621a2c4 (patch) | |
tree | d3dda8abae873b27a9c2328c99c82a9b2896e572 /gas/dwarf2dbg.h | |
parent | 14c1861305c267e0ccf2616182776ccdebc2c2ff (diff) | |
download | binutils-9e3af0e72a85a4bbf7803b599bf039c22621a2c4.zip binutils-9e3af0e72a85a4bbf7803b599bf039c22621a2c4.tar.gz binutils-9e3af0e72a85a4bbf7803b599bf039c22621a2c4.tar.bz2 |
* dwarf2dbg.c: Change bfd_vma to addressT and bfd_signed_vma to
offsetT.
(out_set_addr): Don't use BYTES_PER_ADDRESS. Instead, get the
value from the output file architecture.
(dwarf2_gen_line_info): Ifdef BFD_ASSEMBLER specific code.
* dwarf2dbg.h: Change bfd_vma to addressT.
Diffstat (limited to 'gas/dwarf2dbg.h')
-rw-r--r-- | gas/dwarf2dbg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/dwarf2dbg.h b/gas/dwarf2dbg.h index 9bfd213..50f5c60 100644 --- a/gas/dwarf2dbg.h +++ b/gas/dwarf2dbg.h @@ -39,7 +39,7 @@ extern void dwarf2_where PARAMS ((struct dwarf2_line_info *l)); frag-relative offset of the instruction the information is for and L is the source information that should be associated with that address. */ -extern void dwarf2_gen_line_info PARAMS ((bfd_vma addr, +extern void dwarf2_gen_line_info PARAMS ((addressT addr, struct dwarf2_line_info *l)); /* Must be called after all other input is processed to finish up the |