gdbarch: add addressable_memory_unit_size method
[deliverable/binutils-gdb.git] / gdb / gdbarch.sh
index a3c903e7458746cfe920fad233649f7bcb78884c..6c5d684b4d35600a410f32bf7f022505ffa45850 100755 (executable)
@@ -1113,6 +1113,12 @@ m:char *:gcc_target_options:void:::default_gcc_target_options::0
 # returns the BFD architecture name, which is correct in nearly every
 # case.
 m:const char *:gnu_triplet_regexp:void:::default_gnu_triplet_regexp::0
+
+# Return the size in 8-bit bytes of an addressable memory unit on this
+# architecture.  This corresponds to the number of 8-bit bytes associated to
+# each address in memory.
+m:int:addressable_memory_unit_size:void:::default_addressable_memory_unit_size::0
+
 EOF
 }
 
This page took 0.024186 seconds and 4 git commands to generate.