mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
tests.
This commit is contained in:
25
gdb/testsuite/gdb.base/macscp3.h
Normal file
25
gdb/testsuite/gdb.base/macscp3.h
Normal file
@ -0,0 +1,25 @@
|
||||
#define IN_MACSCP3_H
|
||||
|
||||
#undef WHERE
|
||||
#define WHERE before macscp3_1
|
||||
#define BEFORE_MACSCP3_1
|
||||
#undef UNTIL_MACSCP3_1
|
||||
void
|
||||
macscp3_1 ()
|
||||
{
|
||||
puts ("macscp3_1");
|
||||
}
|
||||
|
||||
#include "macscp4.h"
|
||||
|
||||
#undef WHERE
|
||||
#define WHERE before macscp3_2
|
||||
#define BEFORE_MACSCP3_2
|
||||
#undef UNTIL_MACSCP3_2
|
||||
void
|
||||
macscp3_2 ()
|
||||
{
|
||||
puts ("macscp3_2");
|
||||
}
|
||||
|
||||
#undef IN_MACSCP3_H
|
Reference in New Issue
Block a user