mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
2001-11-15 H.J. Lu <hjl@gnu.org>
* config/tc-alpha.c (md_apply_fix3): Fix a typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2001-11-15 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* config/tc-alpha.c (md_apply_fix3): Fix a typo.
|
||||||
|
|
||||||
2001-11-15 Nick Clifton <nickc@cambridge.redhat.com>
|
2001-11-15 Nick Clifton <nickc@cambridge.redhat.com>
|
||||||
|
|
||||||
* write.c (fixup_segment): Remove referrences to md_apply_fix and
|
* write.c (fixup_segment): Remove referrences to md_apply_fix and
|
||||||
|
@ -1119,7 +1119,7 @@ md_pcrel_from (fixP)
|
|||||||
GPDISP. */
|
GPDISP. */
|
||||||
|
|
||||||
void
|
void
|
||||||
md_apply_fix3 (fixP, valueP, seg)
|
md_apply_fix3 (fixP, valP, seg)
|
||||||
fixS *fixP;
|
fixS *fixP;
|
||||||
valueT * valP;
|
valueT * valP;
|
||||||
segT seg;
|
segT seg;
|
||||||
|
Reference in New Issue
Block a user