X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Fprologue-value.h;h=9d9030c7f97747dae58395aa825392f2d969ddc2;hb=8677059126a84cb9f71371beb8688138a41014fc;hp=c6fd34bdab9b37f4fb70b40fa4c86032902e0bba;hpb=a900ff724a725ea951ba8b17232577e1a4b4866e;p=binutils-gdb.git diff --git a/gdb/prologue-value.h b/gdb/prologue-value.h index c6fd34bdab9..9d9030c7f97 100644 --- a/gdb/prologue-value.h +++ b/gdb/prologue-value.h @@ -1,5 +1,5 @@ /* Interface to prologue value handling for GDB. - Copyright (C) 2003-2017 Free Software Foundation, Inc. + Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of GDB. @@ -121,7 +121,7 @@ enum prologue_value_kind understand and maintain. In the approach used here: - It's easier to see that the analyzer is correct: you just see - whether the analyzer properly (albiet conservatively) simulates + whether the analyzer properly (albeit conservatively) simulates the effect of each instruction. - It's easier to extend the analyzer: you can add support for new @@ -216,9 +216,9 @@ enum pv_boolean { an element boundary, or doesn't refer to the whole element, return pv_maybe. */ enum pv_boolean pv_is_array_ref (pv_t addr, CORE_ADDR size, - pv_t array_addr, CORE_ADDR array_len, - CORE_ADDR elt_size, - int *i); + pv_t array_addr, CORE_ADDR array_len, + CORE_ADDR elt_size, + int *i); /* A 'pv_area' keeps track of values stored in a particular region of