diff options
author | Doug Evans <dje@google.com> | 2012-01-05 21:53:14 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-01-05 21:53:14 +0000 |
commit | 98714339e5761864a7c715583543a578c3f49dab (patch) | |
tree | f9042f7b3adef44b838e7bce54ad2d3711eb1251 /gdb/dwarf2loc.h | |
parent | 6b07635ff9401b259aa74a888d3d480acc9ace1f (diff) | |
download | gdb-98714339e5761864a7c715583543a578c3f49dab.zip gdb-98714339e5761864a7c715583543a578c3f49dab.tar.gz gdb-98714339e5761864a7c715583543a578c3f49dab.tar.bz2 |
* dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
* dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
Diffstat (limited to 'gdb/dwarf2loc.h')
-rw-r--r-- | gdb/dwarf2loc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2loc.h b/gdb/dwarf2loc.h index da05c98..a7f835f 100644 --- a/gdb/dwarf2loc.h +++ b/gdb/dwarf2loc.h @@ -39,7 +39,7 @@ extern int entry_values_debug; struct objfile *dwarf2_per_cu_objfile (struct dwarf2_per_cu_data *cu); /* Return the address size given in the compilation unit header for CU. */ -CORE_ADDR dwarf2_per_cu_addr_size (struct dwarf2_per_cu_data *cu); +int dwarf2_per_cu_addr_size (struct dwarf2_per_cu_data *cu); /* Return the DW_FORM_ref_addr size given in the compilation unit header for CU. */ |